mirror of
https://github.com/processing/processing4.git
synced 2026-02-15 03:15:40 +01:00
Removing advanced constructors from new Data reference
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user