]> source.dussan.org Git - jgit.git/commitdiff
IncorrectObjectTypeException: Fix typos in constructors' Javadoc 00/144400/2
authorDavid Pursehouse <david.pursehouse@gmail.com>
Wed, 19 Jun 2019 00:23:16 +0000 (09:23 +0900)
committerDavid Pursehouse <david.pursehouse@gmail.com>
Wed, 19 Jun 2019 23:41:34 +0000 (08:41 +0900)
Change-Id: Ib63310a603ba432e65d0c46e4b6b8d440ca6a115
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
org.eclipse.jgit/src/org/eclipse/jgit/errors/IncorrectObjectTypeException.java

index 5abd0c347b2ff6806c828ce8d1dc23f1c7a234b9..15fd803d00037d2519c61da9100ecc5f7c23dc68 100644 (file)
@@ -63,7 +63,7 @@ public class IncorrectObjectTypeException extends IOException {
        private static final long serialVersionUID = 1L;
 
        /**
-        * Construct and IncorrectObjectTypeException for the specified object id.
+        * Construct an IncorrectObjectTypeException for the specified object id.
         *
         * Provide the type to make it easier to track down the problem.
         *
@@ -75,7 +75,7 @@ public class IncorrectObjectTypeException extends IOException {
        }
 
        /**
-        * Construct and IncorrectObjectTypeException for the specified object id.
+        * Construct an IncorrectObjectTypeException for the specified object id.
         *
         * Provide the type to make it easier to track down the problem.
         *