You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by ma...@apache.org on 2008/03/15 13:08:21 UTC

svn commit: r637398 - /incubator/river/jtsk/trunk/src/com/sun/jini/tool/JarWrapper.java

Author: marbro
Date: Sat Mar 15 05:08:20 2008
New Revision: 637398

URL: http://svn.apache.org/viewvc?rev=637398&view=rev
Log:
Typo correction for changes submitted as part of RIVER-115 and RIVER-161.

Modified:
    incubator/river/jtsk/trunk/src/com/sun/jini/tool/JarWrapper.java

Modified: incubator/river/jtsk/trunk/src/com/sun/jini/tool/JarWrapper.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/com/sun/jini/tool/JarWrapper.java?rev=637398&r1=637397&r2=637398&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/src/com/sun/jini/tool/JarWrapper.java (original)
+++ incubator/river/jtsk/trunk/src/com/sun/jini/tool/JarWrapper.java Sat Mar 15 05:08:20 2008
@@ -510,7 +510,7 @@
      * of the generated wrapper JAR file
      * @param apiClasses list of binary class names (type <code>String</code>)
      * that must be considered API classes in case a preferences conflict
-     * arrises during wrapping of the JAR files, or <code>null</code> in case
+     * arises during wrapping of the JAR files, or <code>null</code> in case
      * no such list is available
      *
      * @throws IOException if an I/O error occurs while processing source JAR
@@ -555,7 +555,7 @@
      * of the generated wrapper JAR file
      * @param apiClasses list of binary class names (type <code>String</code>)
      * that must be considered API classes in case a preferences conflict
-     * arrises during wrapping of the JAR files, or <code>null</code> in case
+     * arises during wrapping of the JAR files, or <code>null</code> in case
      * no such list is available
      *
      * @throws IOException if an I/O error occurs while processing source JAR