[Arakhnę-Dev] [415] * Fixing the id of the developpers in the javadoc. |
[ Thread Index |
Date Index
| More arakhne.org/dev Archives
]
Revision: 415
Author: galland
Date: 2013-04-06 09:41:09 +0200 (Sat, 06 Apr 2013)
Log Message:
-----------
* Fixing the id of the developpers in the javadoc.
Modified Paths:
--------------
trunk/util/src/main/java/org/arakhne/afc/util/ArrayUtil.java
trunk/util/src/main/java/org/arakhne/afc/util/IntegerList.java
trunk/util/src/main/java/org/arakhne/afc/util/OutputParameter.java
Modified: trunk/util/src/main/java/org/arakhne/afc/util/ArrayUtil.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/util/ArrayUtil.java 2013-04-05 21:45:07 UTC (rev 414)
+++ trunk/util/src/main/java/org/arakhne/afc/util/ArrayUtil.java 2013-04-06 07:41:09 UTC (rev 415)
@@ -931,7 +931,7 @@
* Some utilities functions for arrays.
*
* @param <T> is the type of the value to pass to the filter.
- * @author $Author: sgalland$
+ * @author $Author: galland$
* @version $FullVersion$
* @mavengroupid $GroupId$
* @mavenartifactid $ArtifactId$
@@ -947,11 +947,10 @@
}
/**
- * @author $Author: sgalland$
+ * @author $Author: galland$
* @version $FullVersion$
* @mavenartifactid $ArtifactId$
* @mavengroupid $GroupId$
- * @since SFC 4.1
*/
private static class NativeBooleanToObjectBooleanIterator implements SizedIterator<Boolean> {
@@ -1018,11 +1017,10 @@
} // class NativeBooleanToObjectBooleanIterator
/**
- * @author $Author: sgalland$
+ * @author $Author: galland$
* @version $FullVersion$
* @mavenartifactid $ArtifactId$
* @mavengroupid $GroupId$
- * @since SFC 4.1
*/
private static class NativeCharacterToObjectCharacterIterator implements SizedIterator<Character> {
@@ -1089,11 +1087,10 @@
} // class NativeCharacterToObjectCharacterIterator
/**
- * @author $Author: sgalland$
+ * @author $Author: galland$
* @version $FullVersion$
* @mavenartifactid $ArtifactId$
* @mavengroupid $GroupId$
- * @since SFC 4.1
*/
private static class NativeByteToObjectByteIterator implements SizedIterator<Byte> {
@@ -1160,11 +1157,10 @@
} // class NativeByteToObjectByteIterator
/**
- * @author $Author: sgalland$
+ * @author $Author: galland$
* @version $FullVersion$
* @mavenartifactid $ArtifactId$
* @mavengroupid $GroupId$
- * @since SFC 4.1
*/
private static class NativeShortToObjectShortIterator implements SizedIterator<Short> {
@@ -1231,11 +1227,10 @@
} // class NativeShortToObjectShortIterator
/**
- * @author $Author: sgalland$
+ * @author $Author: galland$
* @version $FullVersion$
* @mavenartifactid $ArtifactId$
* @mavengroupid $GroupId$
- * @since SFC 4.1
*/
private static class NativeIntegerToObjectIntegerIterator implements SizedIterator<Integer> {
@@ -1302,11 +1297,10 @@
} // class NativeIntegerToObjectIntegerIterator
/**
- * @author $Author: sgalland$
+ * @author $Author: galland$
* @version $FullVersion$
* @mavenartifactid $ArtifactId$
* @mavengroupid $GroupId$
- * @since SFC 4.1
*/
private static class NativeLongToObjectLongIterator implements SizedIterator<Long> {
@@ -1373,11 +1367,10 @@
} // class NativeLongToObjectLongIterator
/**
- * @author $Author: sgalland$
+ * @author $Author: galland$
* @version $FullVersion$
* @mavenartifactid $ArtifactId$
* @mavengroupid $GroupId$
- * @since SFC 4.1
*/
private static class NativeFloatToObjectFloatIterator implements SizedIterator<Float> {
@@ -1444,11 +1437,10 @@
} // class NativeFloatToObjectFloatIterator
/**
- * @author $Author: sgalland$
+ * @author $Author: galland$
* @version $FullVersion$
* @mavenartifactid $ArtifactId$
* @mavengroupid $GroupId$
- * @since SFC 4.1
*/
private static class NativeDoubleToObjectDoubleIterator implements SizedIterator<Double> {
Modified: trunk/util/src/main/java/org/arakhne/afc/util/IntegerList.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/util/IntegerList.java 2013-04-05 21:45:07 UTC (rev 414)
+++ trunk/util/src/main/java/org/arakhne/afc/util/IntegerList.java 2013-04-06 07:41:09 UTC (rev 415)
@@ -37,7 +37,7 @@
/** This class represents a list of numbers.
* The list is always sorted by number values.
*
- * @author $Author: sgalland$
+ * @author $Author: galland$
* @version $FullVersion$
* @mavengroupid $GroupId$
* @mavenartifactid $ArtifactId$
@@ -952,7 +952,7 @@
/** This class represents an iterator on lists of integers.
*
- * @author $Author: sgalland$
+ * @author $Author: galland$
* @version $FullVersion$
* @mavengroupid $GroupId$
* @mavenartifactid $ArtifactId$
@@ -1128,7 +1128,7 @@
/** This class describes a integers' segment.
*
- * @author $Author: sgalland$
+ * @author $Author: galland$
* @version $FullVersion$
* @mavengroupid $GroupId$
* @mavenartifactid $ArtifactId$
@@ -1155,7 +1155,7 @@
/** Iterator on segments.
*
- * @author $Author: sgalland$
+ * @author $Author: galland$
* @version $FullVersion$
* @mavengroupid $GroupId$
* @mavenartifactid $ArtifactId$
Modified: trunk/util/src/main/java/org/arakhne/afc/util/OutputParameter.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/util/OutputParameter.java 2013-04-05 21:45:07 UTC (rev 414)
+++ trunk/util/src/main/java/org/arakhne/afc/util/OutputParameter.java 2013-04-06 07:41:09 UTC (rev 415)
@@ -54,7 +54,7 @@
* </code></pre>
*
* @param <T> is the type of the value to output with this object.
- * @author $Author: sgalland$
+ * @author $Author: galland$
* @version $FullVersion$
* @mavengroupid $GroupId$
* @mavenartifactid $ArtifactId$