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
Sorry to be a bore, but there are @OverRide annotations in the source code (e.g. ExcludeTaglet.java and some classes added/ changed over the last few days - PojoTypes.java, PojoClassWriter.java DataObjectIndexWriter.java) on methods that implement Interfaces rather than override superclasses.
The parent pom specifies a source and target of Java 1.5 - @OverRide on interface implementations isn't valid until 1.6.
The solution is either to change the pom to
Really minor point, but it causes compiler errors. :)
The text was updated successfully, but these errors were encountered:
Sorry to be a bore, but there are @OverRide annotations in the source code (e.g. ExcludeTaglet.java and some classes added/ changed over the last few days - PojoTypes.java, PojoClassWriter.java DataObjectIndexWriter.java) on methods that implement Interfaces rather than override superclasses.
The parent pom specifies a source and target of Java 1.5 - @OverRide on interface implementations isn't valid until 1.6.
The solution is either to change the pom to
Really minor point, but it causes compiler errors. :)
The text was updated successfully, but these errors were encountered: