]> source.dussan.org Git - archiva.git/commitdiff
fix issue reference
authorBrett Porter <brett@apache.org>
Sat, 23 Dec 2006 06:41:06 +0000 (06:41 +0000)
committerBrett Porter <brett@apache.org>
Sat, 23 Dec 2006 06:41:06 +0000 (06:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@489861 13f79535-47bb-0310-9956-ffa450edef68

archiva-core/src/main/java/org/apache/maven/archiva/scheduler/executors/IndexerTaskExecutor.java

index 625d7ac8ddf7108071df0e054e6d56471c71d313..85801f78117c86e3274d5ea16b09dc57b3daa48a 100644 (file)
@@ -252,7 +252,7 @@ public class IndexerTaskExecutor
 
                             index.indexArtifacts( currentArtifacts, recordFactory );
 
-                            // MNG-142 - the project builder retains a lot of objects in its inflexible cache. This is a hack
+                            // MRM-142 - the project builder retains a lot of objects in its inflexible cache. This is a hack
                             // around that. TODO: remove when it is configurable
                             flushProjectBuilderCacheHack();
                         }
@@ -296,7 +296,7 @@ public class IndexerTaskExecutor
     }
 
     /**
-     * @todo remove when no longer needed (MNG-142)
+     * @todo remove when no longer needed (MRM-142)
      * @plexus.requirement
      */
     private MavenProjectBuilder projectBuilder;