John Leuner <[EMAIL PROTECTED]> writes:

> When I compile the classpath java files with jikes, there are many warnings like the 
>following:
> 
> Issued 1 semantic warning compiling "java/security/spec/AlgorithmParameterSpec.java":
> 
>     39. public abstract interface AlgorithmParameterSpec
>                <------>

You can probably remove the abstract keyword for interfaces.  It is
redundant but actually made a difference under some 1.1 compilers when
inspecting the produced classes with javap although perhaps that was
just a javap issue rather than a compiler issue.

Brian
-- 
Brian Jones <[EMAIL PROTECTED]>

_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to