Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Remove last traces of cache.
Browse files Browse the repository at this point in the history
Ooops.
  • Loading branch information
oldpatricka committed Jun 21, 2011
1 parent ac17a29 commit 32be77f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ private void loadAllFromDisk() throws IOException {
}

void shutdownImmediately() {
if (this.cache != null) {
this.cache.removeAll();
}
logger.debug("Shut down stub");
}
}

0 comments on commit 32be77f

Please sign in to comment.