Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
lutece
lutece-build-plugin-releaser
Commits
5629d898
Commit
5629d898
authored
Apr 02, 2020
by
oughdi
Browse files
minor modiications
parent
a8a565e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/java/fr/paris/lutece/plugins/releaser/service/ClusterService.java
View file @
5629d898
...
...
@@ -112,14 +112,10 @@ public class ClusterService
if
(
listAuthorizedSites
!=
null
&&
!
listAuthorizedSites
.
isEmpty
(
)
)
{
clusterWithAuthorizedList
.
setSites
(
listAuthorizedSites
);
listClusterWithAuthorizedSites
.
add
(
clusterWithAuthorizedList
);
listClusterWithAuthorizedSites
.
add
(
clusterWithAuthorizedList
);
}
}
return
listClusterWithAuthorizedSites
;
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment