773774775776777778779780
} else if(!thisVersion.equals(ANY_VERSION) && thatVersion.equals(ANY_VERSION)) { return 1; } else { return new VersionComparator().compare(thisVersion, thatVersion); } }