Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Dec 15, 2023
1 parent 89dc4ad commit 23e0dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.number
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Thu Oct 26 01:58:46 CEST 2023
build.number=56
#Fri Dec 15 16:39:37 CET 2023
build.number=57
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ public RedisCache() {
}
}

public static void init(Config config, String[] cacheName, Struct[] arguments) {
// Not used at the moment
}

@Override
public void init(Config config, String cacheName, Struct arguments) throws IOException {
init(config, arguments);
Expand Down

0 comments on commit 23e0dd3

Please sign in to comment.