# HG changeset patch # User Doug Simon # Date 1404141855 -7200 # Node ID 3e4c83ac68d243c264b5d257444e0fa9c5a295e8 # Parent b9236eaecf4c7c1ab7e556863d67d51ccd4a895f improved javadoc diff -r b9236eaecf4c -r 3e4c83ac68d2 graal/com.oracle.graal.phases.common/src/com/oracle/graal/phases/common/util/HashSetNodeEventListener.java --- a/graal/com.oracle.graal.phases.common/src/com/oracle/graal/phases/common/util/HashSetNodeEventListener.java Mon Jun 30 17:23:56 2014 +0200 +++ b/graal/com.oracle.graal.phases.common/src/com/oracle/graal/phases/common/util/HashSetNodeEventListener.java Mon Jun 30 17:24:15 2014 +0200 @@ -68,7 +68,7 @@ } /** - * Gets the set of nodes that were communicated to this listener. + * Gets the set being used to accumulate the nodes communicated to this listener. */ public Set getNodes() { return nodes;