Skip to content

Commit

Permalink
rename and make it protected
Browse files Browse the repository at this point in the history
  • Loading branch information
jmilkiewicz committed Nov 19, 2023
1 parent 8dc0d10 commit 787ecc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private Application createSession(SubmitParams params, String sessionId, Applica
return applicationStorage.saveApplication(entity);
}

public List<Application> fetchRunning() {
protected List<Application> fetchRunningSession() {
return applicationStorage
.findApplicationsByStates(ApplicationType.SESSION, ApplicationState.runningStates(), SortOrder.ASC, 0, Integer.MAX_VALUE);
}
Expand Down

0 comments on commit 787ecc9

Please sign in to comment.