]> source.dussan.org Git - jgit.git/commitdiff
Fix type parameter in javadoc in TestRepository.delete(String ref) 66/72166/1
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 5 May 2016 20:51:14 +0000 (22:51 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 5 May 2016 20:51:14 +0000 (22:51 +0200)
Type parameter T extends AnyObjectId in signature of update(String, T)

Change-Id: I9c13ddc572b8e94d5c7854f4de1f8206cb5e99ca
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/TestRepository.java

index d0045d69846f6d48cafb844787464ac8ede44211..07df56d3f1e12f9d94791d425cbf6d4529ddcf9a 100644 (file)
@@ -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
         */