1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-02 00:15:02 -04:00

Try fix java.lang.IncompatibleClassChangeError: vtable stub

This commit is contained in:
Reinhard Pointner 2016-09-09 13:03:46 +08:00
parent 6602af3f91
commit b2d2df1883

View File

@ -208,7 +208,7 @@ public enum EpisodeMetrics implements SimilarityMetric {
return stream(objects).map(EpisodeMetrics::normalizeObject).toArray(String[]::new);
}
protected static final int MAX_FIELDS = 5;
protected final int MAX_FIELDS = 5;
protected Object[] fields(Object object) {
if (object instanceof Episode) {