Skip to content

Commit

Permalink
minor formatting update
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Nov 30, 2020
1 parent 459ce33 commit d3be7be
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -50,7 +50,7 @@ public void update() {
if (remoteProjectManagers.isPresent()){
for (RemoteProjectManager remoteProjectManager : remoteProjectManagers.get()) {
RemoteProjectManagerBean remoteProjectManagerBean = (RemoteProjectManagerBean) managementBeanRegistry
.getService(remoteProjectManager.getName());
.getService(remoteProjectManager.getName());
try {
remoteProjects.put(remoteProjectManager.getId(), remoteProjectManagerBean.getRemoteProject());
} catch (Exception e) {
Expand Down

0 comments on commit d3be7be

Please sign in to comment.