Skip to content

Commit

Permalink
#8191 stray ;
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Dec 13, 2021
1 parent 622416d commit b748694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/edu/harvard/iq/dataverse/DatasetPage.java
Original file line number Diff line number Diff line change
Expand Up @@ -2465,7 +2465,7 @@ public void edit(EditMode editMode) {
clone = workingVersion.cloneDatasetVersion();
if (editMode == EditMode.INFO) {
// ?
} else if (editMode == EditMode.FILE) {;
} else if (editMode == EditMode.FILE) {
if(!hasValidTermsOfAccess){
this.editMode = EditMode.LICENSE;
PrimeFaces.current().executeScript("PF('blockDatasetForm').show()");
Expand Down

0 comments on commit b748694

Please sign in to comment.