From ceba00624a70dae32acc50a4159d61a04692424a Mon Sep 17 00:00:00 2001 From: "Zer..om" Date: Fri, 22 Mar 2013 22:51:20 +0000 Subject: [PATCH] Changed node to spatial in the getChild javadoc to be more correct. git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10499 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- engine/src/core/com/jme3/scene/Node.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/core/com/jme3/scene/Node.java b/engine/src/core/com/jme3/scene/Node.java index a3b8eb8dd..37477733c 100644 --- a/engine/src/core/com/jme3/scene/Node.java +++ b/engine/src/core/com/jme3/scene/Node.java @@ -419,7 +419,7 @@ public class Node extends Spatial implements Savable { /** * getChild returns the first child found with exactly the * given name (case sensitive.) This method does a depth first recursive - * search of all descendants of this node, it will return the first node + * search of all descendants of this node, it will return the first spatial * found with a matching name. * * @param name