You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jv...@apache.org on 2005/07/05 03:49:20 UTC

svn commit: r209178 - /maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/notification/DefaultContinuumNotificationDispatcher.java

Author: jvanzyl
Date: Mon Jul  4 18:49:19 2005
New Revision: 209178

URL: http://svn.apache.org/viewcvs?rev=209178&view=rev
Log:
note

Modified:
    maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/notification/DefaultContinuumNotificationDispatcher.java

Modified: maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/notification/DefaultContinuumNotificationDispatcher.java
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/notification/DefaultContinuumNotificationDispatcher.java?rev=209178&r1=209177&r2=209178&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/notification/DefaultContinuumNotificationDispatcher.java (original)
+++ maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/notification/DefaultContinuumNotificationDispatcher.java Mon Jul  4 18:49:19 2005
@@ -104,9 +104,11 @@
     {
         Map context = new HashMap();
 
+        // ----------------------------------------------------------------------
         // The objects are reread from the store to make sure they're getting the "final"
-        // state of the objects. Ideally this should be done on a pr notifier basis or the
+        // state of the objects. Ideally this should be done on a per notifier basis or the
         // objects should be made read only.
+        // ----------------------------------------------------------------------
 
         try
         {