Skip to content

Commit d25f796

Browse files
committed
remove XML.setLong() from the web reference
1 parent 36611af commit d25f796

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/src/processing/data/XML.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -836,8 +836,7 @@ public int getInt(String name, int defaultValue) {
836836
/**
837837
* Sets the content of an element as an <b>int</b>
838838
*
839-
* @webref xml:method
840-
* @webBrief Sets the content of an element as an <b>int</b>
839+
* @nowebref
841840
*/
842841
public void setLong(String name, long value) {
843842
setString(name, String.valueOf(value));

0 commit comments

Comments
 (0)