[izpack-changes] r1479 - izpack-src/trunk/src/lib/com/izforge/izpack/util/xml
noreply at berlios.de
noreply at berlios.de
Tue Jul 4 21:48:50 CEST 2006
Author: eppelman
Date: 2006-07-04 21:48:36 +0200 (Tue, 04 Jul 2006)
New Revision: 1479
Modified:
izpack-src/trunk/src/lib/com/izforge/izpack/util/xml/XMLHelper.java
Log:
javadoc maintenance
Modified: izpack-src/trunk/src/lib/com/izforge/izpack/util/xml/XMLHelper.java
===================================================================
--- izpack-src/trunk/src/lib/com/izforge/izpack/util/xml/XMLHelper.java 2006-07-04 16:06:47 UTC (rev 1478)
+++ izpack-src/trunk/src/lib/com/izforge/izpack/util/xml/XMLHelper.java 2006-07-04 19:48:36 UTC (rev 1479)
@@ -104,12 +104,12 @@
}
/**
- * The Opposit of AttributeIsTrue
+ * The Opposit of AttributeIsTrue()
*
- * @param element
- * @param name
+ * @param element the element to inspect
+ * @param name the attribute to inspect
*
- * @return
+ * @return returns true if name attribute of the given element contains "false"
*/
public static boolean attributeIsFalse( XMLElement element, String name )
{
More information about the izpack-changes
mailing list