You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/03/28 15:36:46 UTC

[maven] 13/15: Remove obsolete comment

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch MNG-4660
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 7f0e124c603b1a9579a4007077c54eb901d0a19c
Author: Maarten Mulders <ma...@infosupport.com>
AuthorDate: Thu Mar 26 14:10:47 2020 +0100

    Remove obsolete comment
---
 maven-core/src/main/java/org/apache/maven/ReactorReader.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/maven-core/src/main/java/org/apache/maven/ReactorReader.java b/maven-core/src/main/java/org/apache/maven/ReactorReader.java
index 71e70b9..0d28a3a 100644
--- a/maven-core/src/main/java/org/apache/maven/ReactorReader.java
+++ b/maven-core/src/main/java/org/apache/maven/ReactorReader.java
@@ -208,7 +208,6 @@ class ReactorReader
 
                 if ( projectHasOutputFromPreviousSession || projectCompiledDuringThisSession )
                 {
-                    // If the target project is not part of the build,
                     return outputDirectory;
                 }
             }