You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2005/10/30 21:10:06 UTC

svn commit: r329625 - /xerces/java/trunk/samples/jaxp/TypeInfoWriter.java

Author: mrglavas
Date: Sun Oct 30 12:10:03 2005
New Revision: 329625

URL: http://svn.apache.org/viewcvs?rev=329625&view=rev
Log:
Fixing an AIOOBE.

Modified:
    xerces/java/trunk/samples/jaxp/TypeInfoWriter.java

Modified: xerces/java/trunk/samples/jaxp/TypeInfoWriter.java
URL: http://svn.apache.org/viewcvs/xerces/java/trunk/samples/jaxp/TypeInfoWriter.java?rev=329625&r1=329624&r2=329625&view=diff
==============================================================================
--- xerces/java/trunk/samples/jaxp/TypeInfoWriter.java (original)
+++ xerces/java/trunk/samples/jaxp/TypeInfoWriter.java Sun Oct 30 12:10:03 2005
@@ -352,6 +352,7 @@
                     // get parser name
                     if (++i == argv.length) {
                         System.err.println("error: Missing argument to -p option.");
+                        continue;
                     }
                     String parserName = argv[i];
                     



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org