diff --git a/src/edu/umd/cs/piccolo/util/PPickPath.java b/src/edu/umd/cs/piccolo/util/PPickPath.java index d504e7f..0b43f97 100644 --- a/src/edu/umd/cs/piccolo/util/PPickPath.java +++ b/src/edu/umd/cs/piccolo/util/PPickPath.java @@ -126,7 +126,7 @@ * Return the next node that will be picked after the current picked node. * For instance of you have two overlaping children nodes then the topmost * child will always be picked first, use this method to find the covered child. - * Return null when no more nodes will be picked. + * Return the camera when no more visual will be picked. */ public PNode nextPickedNode() { PNode picked = getPickedNode();