You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2012/10/08 17:37:42 UTC

svn commit: r1395616 - /commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/forward/analysis/TrackingInterpreter.java

Author: luc
Date: Mon Oct  8 15:37:41 2012
New Revision: 1395616

URL: http://svn.apache.org/viewvc?rev=1395616&view=rev
Log:
Fixed comment.

Modified:
    commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/forward/analysis/TrackingInterpreter.java

Modified: commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/forward/analysis/TrackingInterpreter.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/forward/analysis/TrackingInterpreter.java?rev=1395616&r1=1395615&r2=1395616&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/forward/analysis/TrackingInterpreter.java (original)
+++ commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/forward/analysis/TrackingInterpreter.java Mon Oct  8 15:37:41 2012
@@ -345,7 +345,7 @@ public class TrackingInterpreter extends
     /** {@inheritDoc} */
     public TrackingValue copyOperation(final AbstractInsnNode insn, final TrackingValue value)
         throws AnalyzerException {
-        // we reuse the same instance instead of wrapping it again
+        // we reuse the same instance instead of creating a new one
         // thus simplifying transitive dependencies propagation
         value.addConsumer(insn);
         value.addProducer(insn);