Browse Source

IncorrectObjectTypeException: Fix typos in constructors' Javadoc

Change-Id: Ib63310a603ba432e65d0c46e4b6b8d440ca6a115
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
stable-5.4
David Pursehouse 5 years ago
parent
commit
99a5fa2283
  1. 4
      org.eclipse.jgit/src/org/eclipse/jgit/errors/IncorrectObjectTypeException.java

4
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; 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. * 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. * Provide the type to make it easier to track down the problem.
* *

Loading…
Cancel
Save