diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2019-06-19 09:23:16 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2019-06-20 08:41:34 +0900 |
commit | 99a5fa22834e830e043938883cd610a96a04528c (patch) | |
tree | 5a6c70a9c6eb3d5236e72f48200b312ef19f14b0 /org.eclipse.jgit/src | |
parent | 430be8930764260ac7087c37efc9bee52055aa6a (diff) | |
download | jgit-99a5fa22834e830e043938883cd610a96a04528c.tar.gz jgit-99a5fa22834e830e043938883cd610a96a04528c.zip |
IncorrectObjectTypeException: Fix typos in constructors' Javadoc
Change-Id: Ib63310a603ba432e65d0c46e4b6b8d440ca6a115
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit/src')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/errors/IncorrectObjectTypeException.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/errors/IncorrectObjectTypeException.java b/org.eclipse.jgit/src/org/eclipse/jgit/errors/IncorrectObjectTypeException.java index 5abd0c347b..15fd803d00 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/errors/IncorrectObjectTypeException.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/errors/IncorrectObjectTypeException.java @@ -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. * |