mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix toString(), accidentally removed
This commit is contained in:
@@ -1335,6 +1335,11 @@ public class XMLElement implements Serializable {
|
||||
}
|
||||
|
||||
|
||||
public String toString() {
|
||||
return toString(true);
|
||||
}
|
||||
|
||||
|
||||
public String toString(boolean pretty) {
|
||||
ByteArrayOutputStream baos = new ByteArrayOutputStream();
|
||||
OutputStreamWriter osw = new OutputStreamWriter(baos);
|
||||
|
||||
Reference in New Issue
Block a user