Skip to content

Commit

Permalink
[DSC-1630] Fix checkstyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
atarix83 committed Sep 30, 2024
1 parent 71a1747 commit 478aac1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@ private DiscoverResultItemIterator searchItemsToExport(int maxResults, boolean o
private DiscoverQuery buildDiscoveryQuery(DiscoveryConfiguration discoveryConfiguration,
IndexableObject<?, ?> scope, boolean onlyPublic) throws SQLException, SearchServiceException {

List<String> dsoTypes = List.of(IndexableItem.TYPE, IndexableWorkspaceItem.TYPE, IndexableWorkflowItem.TYPE, IndexablePoolTask.TYPE, IndexableClaimedTask.TYPE);
List<String> dsoTypes = List.of(IndexableItem.TYPE, IndexableWorkspaceItem.TYPE, IndexableWorkflowItem.TYPE,
IndexablePoolTask.TYPE, IndexableClaimedTask.TYPE);

String sortBy = null;
String sortOrder = null;
Expand Down

0 comments on commit 478aac1

Please sign in to comment.