Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23432/htmlparser/src/org/htmlparser
Modified Files:
Attribute.java
Log Message:
Documentation revamp part two.
Index: Attribute.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/Attribute.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Attribute.java 10 Apr 2005 23:20:42 -0000 1.5
--- Attribute.java 12 Apr 2005 11:27:40 -0000 1.6
***************
*** 268,271 ****
--- 268,273 ----
*/
public Attribute (String value)
+ throws
+ IllegalArgumentException
{
if (0 != value.trim ().length ())
|