From: <de...@us...> - 2016-12-05 22:41:55
|
Revision: 9473 http://sourceforge.net/p/fudaa/svn/9473 Author: deniger Date: 2016-12-05 22:41:53 +0000 (Mon, 05 Dec 2016) Log Message: ----------- CRUE-654 Modified Paths: -------------- trunk/framework/ctulu-gis/src/main/java/org/fudaa/ctulu/gis/GISLib.java Modified: trunk/framework/ctulu-gis/src/main/java/org/fudaa/ctulu/gis/GISLib.java =================================================================== --- trunk/framework/ctulu-gis/src/main/java/org/fudaa/ctulu/gis/GISLib.java 2016-12-05 22:41:07 UTC (rev 9472) +++ trunk/framework/ctulu-gis/src/main/java/org/fudaa/ctulu/gis/GISLib.java 2016-12-05 22:41:53 UTC (rev 9473) @@ -23,7 +23,6 @@ /** * @author deniger - * @version $Id$ */ public final class GISLib { @@ -869,6 +868,7 @@ * valeur de l'attribut sera une chaine contenant les valeurs, s\xE9par\xE9es par des virgules.</li> </ul> * * @param _att L'attribut. + * @param _useIdAsName true if we want to use the id as the attribute name * @return L'attribute type. */ public static AttributeType createAttributeFrom(final GISAttributeInterface _att, boolean _useIdAsName) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |