diff options
Diffstat (limited to 'org.eclipse.jgit.junit')
-rw-r--r-- | org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/TestRepository.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/TestRepository.java b/org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/TestRepository.java index d0045d6984..07df56d3f1 100644 --- a/org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/TestRepository.java +++ b/org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/TestRepository.java @@ -591,7 +591,7 @@ public class TestRepository<R extends Repository> { * * @param ref * the name of the reference to delete. This is normalized - * in the same way as {@link #update(String, T)}. + * in the same way as {@link #update(String, AnyObjectId)}. * @throws Exception * @since 4.4 */ |