fixed Node.attachChild javadoc

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10900 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
rem..om 2013-11-21 21:36:22 +00:00
parent 306e88c678
commit 01419a5fa4

View File

@ -229,7 +229,7 @@ public class Node extends Spatial implements Savable {
* @param child
* the child to attach to this node.
* @return the number of children maintained by this node.
* @throws NullPointerException If child is null.
* @throws IllegalArgumentException if child is null.
*/
public int attachChild(Spatial child) {
if (child == null)