exo2: fix a javadoc comment.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 5 Apr 2018 17:03:41 +0000 (19:03 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 5 Apr 2018 17:03:41 +0000 (19:03 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
exo2/ListExtension.java

index 0e829482f6ba59b27ad118d19989e71756aa33ab..d7eae5bcf712e6afc68264fc28338f4140b28981 100644 (file)
@@ -40,7 +40,7 @@ public class ListExtension<E> {
      * Should mimic the List<E> add(int index, T value) method
      * @param index [description]
      * @param value [description]
-     * @return       [description]
+     * @return      [description]
      */
     public void addIter(int index, E value) {
         ListIterator<E> iter = list.listIterator();