Revision: 5592
          http://jnode.svn.sourceforge.net/jnode/?rev=5592&view=rev
Author:   crawley
Date:     2009-07-05 06:40:00 +0000 (Sun, 05 Jul 2009)

Log Message:
-----------
Suppress a warning.

Modified Paths:
--------------
    trunk/shell/src/shell/org/jnode/shell/syntax/ArgumentSpecLoader.java

Modified: trunk/shell/src/shell/org/jnode/shell/syntax/ArgumentSpecLoader.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/syntax/ArgumentSpecLoader.java        
2009-07-05 03:21:07 UTC (rev 5591)
+++ trunk/shell/src/shell/org/jnode/shell/syntax/ArgumentSpecLoader.java        
2009-07-05 06:40:00 UTC (rev 5592)
@@ -130,6 +130,7 @@
     /**
      * Parses an argument.
      */
+    @SuppressWarnings("unchecked")
     private ArgumentSpec<?> doLoad(SyntaxSpecAdapter element) {
         if (!element.getName().equals("argument")) {
             throw new SyntaxFailureException("Not a valid child of 
'argument-bundle': " + element.getName());


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
Jnode-svn-commits mailing list
Jnode-svn-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jnode-svn-commits

Reply via email to