]> source.dussan.org Git - jgit.git/commitdiff
Fix @since tag on RefDatabase#getRefsByPrefix 53/129953/1
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 25 Sep 2018 19:58:05 +0000 (21:58 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 25 Sep 2018 19:58:05 +0000 (21:58 +0200)
Change-Id: Ic1615e680a131ef178c62c4ea92d2b389a0afd2b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/lib/RefDatabase.java

index ac26b513644c63da730b5aff40c22f67a0f34e1f..68929b42209453e48c718330a6f1aea826bb021e 100644 (file)
@@ -424,11 +424,11 @@ public abstract class RefDatabase {
         * @param prefixes
         *            strings that names of refs should start with.
         * @return immutable list of refs whose names start with one of
-        *         {@code prefixes}.  Refs can be unsorted and may contain
-        *         duplicates if the prefixes overlap.
+        *         {@code prefixes}. Refs can be unsorted and may contain duplicates
+        *         if the prefixes overlap.
         * @throws java.io.IOException
         *             the reference space cannot be accessed.
-        * @since 5.1
+        * @since 5.2
         */
        @NonNull
        public List<Ref> getRefsByPrefix(String... prefixes) throws IOException {