Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37409153
en ru br
ALT Linux repos
S:1.2.10-alt1_13jpp11
5.0: 1.2-alt1_0.b2.4jpp5
4.1: 1.0-alt3_6jpp1.7
4.0: 1.0-alt3_6jpp1.7

Group :: Development/Java
RPM: xom

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: xom-1.1-sinjdoc.patch
Download


--- XOM/src/nu/xom/Nodes.java.orig	2005-09-16 23:20:12.000000000 +0200
+++ XOM/src/nu/xom/Nodes.java	2007-12-09 07:24:15.000000000 +0100
@@ -116,25 +116,22 @@
         return (Node) nodes.get(index);   
     }
 
-    
+
     /**
      * <p>
      * Removes the index<sup>th</sup>node in the list.
      * Subsequent nodes have their indexes reduced by one.
      * </p>
-     * 
+     *
      * @param index the node to remove
-     * 
+     *
      * @return the node at the specified position
-     * 
-     * @throws <code>IndexOutOfBoundsException</code> if index is  
-     *     negative or greater than or equal to the size of the list
      */
     public Node remove(int index) {
-        return (Node) nodes.remove(index);   
+        return (Node) nodes.remove(index);
     }
-    
-    
+
+
     /**
      * <p>
      * Inserts a node at the index<sup>th</sup> position in the list.
@@ -188,4 +185,4 @@
     }
 
     
-}
\ No newline at end of file
+}
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin