]> source.dussan.org Git - jgit.git/commitdiff
Errorprone EscapedEntity: Do not use HTML entities inside @code javadoc 53/1176853/1
authorIvan Frade <ifrade@google.com>
Fri, 9 Feb 2024 17:31:57 +0000 (09:31 -0800)
committerIvan Frade <ifrade@google.com>
Fri, 9 Feb 2024 17:32:59 +0000 (09:32 -0800)
Change-Id: I8e577a23e7fbe22a3024ad62144e7f19eec465c3

org.eclipse.jgit/src/org/eclipse/jgit/transport/PackParser.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/PushCertificateParser.java

index c6bf77db24d1705108549e38e56f7a0b27bab508..7224405df7cfb747f61a7398f80b61aedc631598 100644 (file)
@@ -1566,7 +1566,7 @@ public abstract class PackParser {
         * @param baseStreamPosition
         *            position of the base object in the incoming stream. The base
         *            must be before the delta, therefore {@code baseStreamPosition
-        *            &lt; deltaStreamPosition}. This is <b>not</b> the position
+        *            < deltaStreamPosition}. This is <b>not</b> the position
         *            returned by a prior end object event.
         * @param inflatedSize
         *            size of the delta when fully inflated. The size stored within
index 5009ecf8f3c9bfbf7f27fdd9a6989a75bf72d7ba..463d05393f740f57d7e363ec3687611bfabdd86e 100644 (file)
@@ -10,8 +10,8 @@
 
 package org.eclipse.jgit.transport;
 
-import static org.eclipse.jgit.transport.ReceivePack.parseCommand;
 import static org.eclipse.jgit.transport.GitProtocolConstants.CAPABILITY_PUSH_CERT;
+import static org.eclipse.jgit.transport.ReceivePack.parseCommand;
 
 import java.io.EOFException;
 import java.io.IOException;
@@ -317,7 +317,7 @@ public class PushCertificateParser {
         * certificate.
         * <p>
         * This method doesn't parse the first line {@code "push-cert \NUL
-        * &lt;capabilities&gt;"}, but assumes the first line including the
+        * <capabilities>"}, but assumes the first line including the
         * capabilities has already been handled by the caller.
         *
         * @param pckIn