X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=library%2FCacheLibrary.java;h=e184c1bd6555e7d79547ab61ab774d92e5b608ff;hb=4536c5cf2d7b8e68768f90d281b3e4974cd26ae9;hp=a3c3b5e3b7bb6f5a61962e8837158e28692feb56;hpb=5f3671e17febc5b7f6abbfc62c66c4045d47ec8d;p=fanfix.git diff --git a/library/CacheLibrary.java b/library/CacheLibrary.java index a3c3b5e..e184c1b 100644 --- a/library/CacheLibrary.java +++ b/library/CacheLibrary.java @@ -419,7 +419,7 @@ public class CacheLibrary extends BasicLibrary { // BasicLibrary: @Override - protected int getNextId() { + protected String getNextId() { throw new java.lang.InternalError("Should not have been called"); }