Closed bondhan closed 2 years ago
Hi,
In OwnerPINProxy.java you wrote @Override on some methods because you wanted to override the class PIN.
However you specify the java in POM as java 1.5, while the @Override annotation was introduced only starting from Java 1.6.
AFAIK javacard is only supported by java 1.5 which is correct, but the source code seems to be written > java 1.6?
Could you clarify?
Hi,
In OwnerPINProxy.java you wrote @Override on some methods because you wanted to override the class PIN.
However you specify the java in POM as java 1.5, while the @Override annotation was introduced only starting from Java 1.6.
AFAIK javacard is only supported by java 1.5 which is correct, but the source code seems to be written > java 1.6?
Could you clarify?