Skip to content

Commit

Permalink
[NCL-6170] Bacon build list commands are ignoring some arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jomrazek authored and michalovjan committed Oct 13, 2020
1 parent 5854120 commit 7e9952c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pnc/src/main/java/org/jboss/pnc/bacon/pnc/BuildCli.java
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,6 @@ public Collection<Build> getAll(BuildsFilterParameters buildsFilter, String sort
.getAll();
}
}

@Override
public Collection<Build> getAll(String sort, String query) throws RemoteResourceException {
try (BuildClient client = CREATOR.newClient()) {
return client.getAll(null, null, Optional.ofNullable(sort), Optional.ofNullable(query)).getAll();
}
}
}

@Command(
Expand Down

0 comments on commit 7e9952c

Please sign in to comment.