Merge branch 'master' of github.com:processing/processing

This commit is contained in:
Ben Fry
2013-06-03 14:04:57 -04:00
12 changed files with 88 additions and 30 deletions

View File

@@ -63,7 +63,7 @@ public class XML implements Serializable {
/**
* @nowebref
*/
*/
protected XML() { }
@@ -179,9 +179,8 @@ public class XML implements Serializable {
/**
* @param name description TBD
* @param name creates a node with this name
*
* @nowebref
*/
public XML(String name) {
try {