Skip to content

Commit

Permalink
remove cruft #3657
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Jan 12, 2018
1 parent 04be093 commit f9d11d9
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ public void setPositionField(UIInput positionField) {


private final Map<Long, Boolean> fileDownloadPermissionMap = new HashMap<>(); // { FileMetadata.id : Boolean }
// private List<ExternalToolHandler> externalToolHandlers;

public void nameValueChangeListener(AjaxBehaviorEvent e) {
String name= (String) ((UIOutput) e.getSource()).getValue();
Expand Down Expand Up @@ -478,5 +477,5 @@ public DataverseSession getSession() {
public void setSession(DataverseSession session) {
this.session = session;
}

}
}

0 comments on commit f9d11d9

Please sign in to comment.