Skip to content

Commit

Permalink
Remove unused RequestQueue.findRequest()
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Nov 13, 2023
1 parent 6a47b03 commit f3da41f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import com.netscape.certsrv.request.IPolicy;
import com.netscape.certsrv.request.IService;
import com.netscape.certsrv.request.PolicyResult;
import com.netscape.certsrv.request.RequestId;
import com.netscape.certsrv.request.RequestStatus;
import com.netscape.cms.request.RequestScheduler;
import com.netscape.cmscore.dbs.DBSubsystem;
Expand Down Expand Up @@ -168,10 +167,6 @@ public Request cloneRequest(Request request) throws EBaseException {
return clone;
}

public Request findRequest(RequestId id) throws EBaseException {
return requestRepository.readRequest(id);
}

/**
* Get the identity of the current user
*/
Expand Down

0 comments on commit f3da41f

Please sign in to comment.