aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport
diff options
context:
space:
mode:
authorIvan Frade <ifrade@google.com>2024-02-09 09:31:57 -0800
committerIvan Frade <ifrade@google.com>2024-02-09 09:32:59 -0800
commit617f891315bfa2bd10ac8a597afdabff6484cac6 (patch)
tree2caaf7db898ace68ece6a65548932e07a49b0687 /org.eclipse.jgit/src/org/eclipse/jgit/transport
parente5fd2409c85141a020eb023977d12c2276776173 (diff)
downloadjgit-617f891315bfa2bd10ac8a597afdabff6484cac6.tar.gz
jgit-617f891315bfa2bd10ac8a597afdabff6484cac6.zip
Errorprone EscapedEntity: Do not use HTML entities inside @code javadoc
Change-Id: I8e577a23e7fbe22a3024ad62144e7f19eec465c3
Diffstat (limited to 'org.eclipse.jgit/src/org/eclipse/jgit/transport')
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/transport/PackParser.java2
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/transport/PushCertificateParser.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/transport/PackParser.java b/org.eclipse.jgit/src/org/eclipse/jgit/transport/PackParser.java
index c6bf77db24..7224405df7 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/transport/PackParser.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/transport/PackParser.java
@@ -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
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/transport/PushCertificateParser.java b/org.eclipse.jgit/src/org/eclipse/jgit/transport/PushCertificateParser.java
index 5009ecf8f3..463d05393f 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/transport/PushCertificateParser.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/transport/PushCertificateParser.java
@@ -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