Skip to content

Commit

Permalink
override all or override none
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcz committed Jun 12, 2021
1 parent b2cb044 commit 4fed263
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/tomczarniecki/s3/gui/TableController.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public DropBoxTableModel getModel() {
return model;
}

@Override
public void addControllerListener(ControllerListener listener) {
announcer.add(listener);
}
Expand Down Expand Up @@ -101,7 +100,6 @@ public String getSelectedBucketName() {
return selectedBucketName;
}

@Override
public String getCurrentPrefix() {
return "";
}
Expand Down

0 comments on commit 4fed263

Please sign in to comment.