1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* tested OSDB cashing and it works very well

This commit is contained in:
Reinhard Pointner 2012-07-26 11:09:42 +00:00
parent 22e75b95c0
commit 1222aa11a6

View File

@ -88,6 +88,12 @@ public class Cache {
return false; return false;
} }
@Override
public String toString() {
return Arrays.toString(fields);
}
} }
} }