olamy closed pull request #85: Fix minor typos in javadocs
URL: https://github.com/apache/maven-scm/pull/85
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/maven-scm-providers/maven-scm-provider-integrity/src/main/java/org/apache/maven/scm/provider/integrity/Sandbox.java
 
b/maven-scm-providers/maven-scm-provider-integrity/src/main/java/org/apache/maven/scm/provider/integrity/Sandbox.java
index 3a3bb9f88..c15234cc4 100644
--- 
a/maven-scm-providers/maven-scm-provider-integrity/src/main/java/org/apache/maven/scm/provider/integrity/Sandbox.java
+++ 
b/maven-scm-providers/maven-scm-provider-integrity/src/main/java/org/apache/maven/scm/provider/integrity/Sandbox.java
@@ -155,7 +155,7 @@ private boolean isValidSandbox( String sandbox )
     }
 
     /**
-     * Inspects the MKS API Response object's Item field to determine whether 
or nor a working file delta exists
+     * Inspects the MKS API Response object's Item field to determine whether 
or not a working file delta exists
      *
      * @param wfdelta MKS API Response object's Item representing the Working 
File Delta
      * @return true if the working file is a delta; false otherwise
@@ -735,7 +735,7 @@ public Response createSubproject( String dirPath )
      *
      * @param startDate The date range for the beginning of the operation
      * @param endDate   The date range for the end of the operation
-     * @return ChangeLogSet containing a list of changes grouped by Change 
Pacakge ID
+     * @return ChangeLogSet containing a list of changes grouped by Change 
Package ID
      * @throws APIException
      */
     public ChangeLogSet getChangeLog( Date startDate, Date endDate )
@@ -833,4 +833,4 @@ public ChangeLogSet getChangeLog( Date startDate, Date 
endDate )
 
         return changeLog;
     }
-}
\ No newline at end of file
+}


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to