changeset 16298:3e4c83ac68d2

improved javadoc
author Doug Simon <doug.simon@oracle.com>
date Mon, 30 Jun 2014 17:24:15 +0200
parents b9236eaecf4c
children 732a9e80e8dc
files graal/com.oracle.graal.phases.common/src/com/oracle/graal/phases/common/util/HashSetNodeEventListener.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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<Node> getNodes() {
         return nodes;