You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/25 13:18:40 UTC

[commons-bcel] branch master updated: Javadoc: Remove extra "whitespace"

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b0379a7 Javadoc: Remove extra "whitespace"
3b0379a7 is described below

commit 3b0379a7a3212efdb0e010ea4a87d53ecdfd450d
Author: Gary David Gregory (Code signing key) <gg...@apache.org>
AuthorDate: Sat Mar 25 09:18:36 2023 -0400

    Javadoc: Remove extra "whitespace"
---
 src/main/java/org/apache/bcel/generic/LCMP.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/bcel/generic/LCMP.java b/src/main/java/org/apache/bcel/generic/LCMP.java
index 8fe617c6..4c83a691 100644
--- a/src/main/java/org/apache/bcel/generic/LCMP.java
+++ b/src/main/java/org/apache/bcel/generic/LCMP.java
@@ -22,7 +22,6 @@ package org.apache.bcel.generic;
  * <PRE>
  * Stack: ..., value1.word1, value1.word2, value2.word1, value2.word2 -&gt; ..., result &lt;= -1, 0, 1&gt;
  * </PRE>
- *
  */
 public class LCMP extends Instruction implements TypedInstruction, StackProducer, StackConsumer {