You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing POM file depends on 1.5. However, the cachefu classes use the @OverRide functionality on interface implementations, which are only allowed in 1.6.
This can be fixed either by depending on Java 1.6 or removing the @OverRide annotations. Personally I like using @OverRide on interface implementations, but I don't know if there's a reason it's built for 1.5.
The text was updated successfully, but these errors were encountered:
The existing POM file depends on 1.5. However, the cachefu classes use the @OverRide functionality on interface implementations, which are only allowed in 1.6.
This can be fixed either by depending on Java 1.6 or removing the @OverRide annotations. Personally I like using @OverRide on interface implementations, but I don't know if there's a reason it's built for 1.5.
The text was updated successfully, but these errors were encountered: