Skip to content

Commit

Permalink
Removing empty method
Browse files Browse the repository at this point in the history
  • Loading branch information
dspavlov committed Jul 30, 2019
1 parent aeb9c40 commit 7b242ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Expand Up @@ -485,8 +485,6 @@ public File downloadAndCacheBuildLog(int buildId) {
public void ensureActualizeRequested() {
scheduler.sheduleNamed(taskName("actualizeRecentBuildRefs"), () -> actualizeRecentBuildRefs(srvCode), 2, TimeUnit.MINUTES);

buildRefSync.ensureActualizeRequested();

// schedule find missing later
fatBuildSync.ensureActualizationRequested(srvCode, conn);
}
Expand Down
Expand Up @@ -115,9 +115,4 @@ public String runActualizeBuildRefs(String srvId, boolean fullReindex,
private List<Integer> cacheKeysToBuildIds(Collection<Long> cacheKeysUpdated) {
return cacheKeysUpdated.stream().map(BuildRefDao::cacheKeyToBuildId).collect(Collectors.toList());
}


public void ensureActualizeRequested() {

}
}

0 comments on commit 7b242ed

Please sign in to comment.