Skip to content

Commit

Permalink
Fixed remaining Checkstyle violations
Browse files Browse the repository at this point in the history
  • Loading branch information
nibou230 committed Jan 22, 2025
1 parent 4781ef6 commit ac827bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void setStatus(String status) {

public String getEmbargoDate() {
return embargoDate;
}
}

public void setEmbargoDate(String embargoDate) {
this.embargoDate = embargoDate;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
package org.dspace.app.rest.repository;

import java.sql.SQLException;
import java.util.UUID;
import java.util.Date;
import java.util.UUID;

import jakarta.annotation.Nullable;
import jakarta.servlet.http.HttpServletRequest;

import org.dspace.access.status.DefaultAccessStatusHelper;
import org.dspace.access.status.service.AccessStatusService;
import org.dspace.app.rest.model.AccessStatusRest;
Expand Down

0 comments on commit ac827bc

Please sign in to comment.