You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/05/21 15:11:26 UTC

[maven-scm] 02/02: if and only if

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

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scm.git

commit da2a3c5a1305ba1905c5002241c591c1101b8d42
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Thu May 21 10:55:41 2020 -0400

    if and only if
---
 maven-scm-test/src/main/java/org/apache/maven/scm/ScmTestCase.java | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/maven-scm-test/src/main/java/org/apache/maven/scm/ScmTestCase.java b/maven-scm-test/src/main/java/org/apache/maven/scm/ScmTestCase.java
index 283fd16..d354de4 100644
--- a/maven-scm-test/src/main/java/org/apache/maven/scm/ScmTestCase.java
+++ b/maven-scm-test/src/main/java/org/apache/maven/scm/ScmTestCase.java
@@ -162,10 +162,6 @@ public abstract class ScmTestCase
         return getScmManager().makeScmRepository( scmUrl );
     }
 
-    /**
-     * TODO This method is bogus. ActualPath is not used and if used, it breaks
-     * some unit tests.
-     */
     public void assertPath( String expectedPath, String actualPath )
         throws Exception
     {
@@ -362,7 +358,7 @@ public abstract class ScmTestCase
 
     /**
      * @param cmd the executable to run, not null.
-     * @return true iff the command is on the path
+     * @return true if and only if the command is on the path
      */
     public static boolean isSystemCmd( String cmd )
     {