Skip to content

Commit

Permalink
removing new line
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Oct 29, 2018
1 parent 28305ab commit 6c2ce01
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -179,8 +179,7 @@ private WebMarkupContainer createManagerPanel(OrgType org) {
OperationResult searchManagersResult = new OperationResult(OPERATION_SEARCH_MANAGERS);
Collection<SelectorOptions<GetOperationOptions>> options = SelectorOptions.createCollection(
FocusType.F_JPEG_PHOTO, GetOperationOptions.createRetrieve(RetrieveOption.INCLUDE));
options.add(SelectorOptions.create(
GetOperationOptions.createDistinct()));
options.add(SelectorOptions.create(GetOperationOptions.createDistinct()));
List<PrismObject<FocusType>> managers = WebModelServiceUtils.searchObjects(FocusType.class,
managersQuery, options, searchManagersResult, getPageBase());
Task task = getPageBase().createSimpleTask(OPERATION_LOAD_MANAGERS);
Expand Down

0 comments on commit 6c2ce01

Please sign in to comment.