yeah whatever

This commit is contained in:
benfry
2008-04-21 02:29:36 +00:00
parent 88a1b0af75
commit cf20b215fb
+1 -2
View File
@@ -1677,8 +1677,7 @@ public class XMLElement
* @throws processing.xml.XMLParseException
* If an error occured while parsing the string.
*/
public void parseString(String string)
throws XMLParseException
public void parseString(String string) throws XMLParseException
{
try {
this.parseFromReader(new StringReader(string),