mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
yeah whatever
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user