Removing advanced constructors from new Data reference

This commit is contained in:
REAS
2013-06-03 10:00:04 -07:00
parent 476318fd76
commit a636728bb5
9 changed files with 72 additions and 22 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 {