Hi
I want to use Smart GWT 2.4 but I get errors:
[ERROR] Errors in 'jar:file:/C:/m2repo/com/smartgwt/smartgwt/2.4/smartgwt-2.4.jar!/com/smartgwt/client/types/Axis.java'
[ERROR] Line 26: The method getValue() of type Axis must override a superclass method
[ERROR] Errors in 'jar:file:/C:/m2repo/com/smartgwt/smartgwt/2.4/smartgwt-2.4.jar!/com/smartgwt/client/types/SelectionBoundary.java'
[ERROR] Line 30: The method getValue() of type SelectionBoundary must override a superclass method
I think that java 5 doesn't like @Override on interface method implementation.
Could someone remove override annotation from Axis.java and SelectionBoundary.java?
All other classes that implements ValueEnum don't have annotation on getValue.
I want to use Smart GWT 2.4 but I get errors:
[ERROR] Errors in 'jar:file:/C:/m2repo/com/smartgwt/smartgwt/2.4/smartgwt-2.4.jar!/com/smartgwt/client/types/Axis.java'
[ERROR] Line 26: The method getValue() of type Axis must override a superclass method
[ERROR] Errors in 'jar:file:/C:/m2repo/com/smartgwt/smartgwt/2.4/smartgwt-2.4.jar!/com/smartgwt/client/types/SelectionBoundary.java'
[ERROR] Line 30: The method getValue() of type SelectionBoundary must override a superclass method
I think that java 5 doesn't like @Override on interface method implementation.
Could someone remove override annotation from Axis.java and SelectionBoundary.java?
All other classes that implements ValueEnum don't have annotation on getValue.
Comment