Skip to content

Commit

Permalink
spotless::apply
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent ARNAL <[email protected]>
  • Loading branch information
lo92fr committed Dec 13, 2024
1 parent 962d144 commit 72312fd
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,4 @@ private void handleSmartthingsRedirect(Map<String, String> replaceMap, String se
}
}
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public SmartthingsBaseServlet(SmartthingsBridgeHandler bridgeHandler, HttpServic
this.httpService = httpService;
this.networkConnector = networkConnector;
this.token = token;

}

/**
Expand Down Expand Up @@ -104,5 +103,4 @@ protected String readTemplate(String templateName) throws IOException {
}
}
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ public class SmartthingsHandlerFactory extends BaseThingHandlerFactory
@Override
public boolean supportsThingType(ThingTypeUID thingTypeUID) {
return SmartthingsBindingConstants.BINDING_ID.equals(thingTypeUID.getBindingId());

}

@Activate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,5 +326,4 @@ protected void SetupApp() {
bridgeHandler.updateConfig(appResponse.oauthClientId, appResponse.oauthClientSecret);
}
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -252,5 +252,4 @@ public String getAppId() {
public SmartthingsNetworkConnector getNetworkConnector() {
return this.networkConnector;
}

}

0 comments on commit 72312fd

Please sign in to comment.