]> source.dussan.org Git - jgit.git/commitdiff
RawParseUtils: Add missing @since tag for new API method 54/1176054/1
authorMatthias Sohn <matthias.sohn@sap.com>
Mon, 22 Jan 2024 21:43:31 +0000 (22:43 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 23 Jan 2024 08:01:17 +0000 (09:01 +0100)
This method was introduced in 8116f66b9c.

Change-Id: Ifd3341a03464a1d7164c176cf3a6cf83f45a2747

org.eclipse.jgit/src/org/eclipse/jgit/util/RawParseUtils.java

index fccdca8b9d7a912d708b9f4518fac39e2c15f5c8..c87a5e60f28c5764d8bb6545a6c2ad29f52a45f9 100644 (file)
@@ -615,6 +615,7 @@ public final class RawParseUtils {
         * @param b
         *            buffer to scan.
         * @return whether the message starts with any known headers
+        * @since 6.9
         */
        public static final boolean hasAnyKnownHeaders(byte[] b) {
                return match(b, 0, tree) != -1 || match(b, 0, parent) != -1