You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/04/05 20:43:37 UTC

[GitHub] [maven] elharo commented on a change in pull request #347: [MNG-6802] Fix bug in FileProfileActivator

elharo commented on a change in pull request #347:
URL: https://github.com/apache/maven/pull/347#discussion_r607321801



##########
File path: maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
##########
@@ -559,6 +557,10 @@ else if ( isNotEmpty( activationFile.getMissing() ) )
         }
     }
 
+    public static boolean isNotEmpty(String string) {

Review comment:
       I think this can be private. Less API is less to support in the future. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org