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 2024/02/11 17:14:56 UTC

(commons-compress) 01/05: Remove unhelpful comment

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-compress.git

commit dc979b2a12be67cfb709c9b652f3c9d759702cce
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Feb 11 12:04:36 2024 -0500

    Remove unhelpful comment
---
 .../compress/harmony/unpack200/bytecode/forms/LookupSwitchForm.java | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/main/java/org/apache/commons/compress/harmony/unpack200/bytecode/forms/LookupSwitchForm.java b/src/main/java/org/apache/commons/compress/harmony/unpack200/bytecode/forms/LookupSwitchForm.java
index 56801a199..13a71199e 100644
--- a/src/main/java/org/apache/commons/compress/harmony/unpack200/bytecode/forms/LookupSwitchForm.java
+++ b/src/main/java/org/apache/commons/compress/harmony/unpack200/bytecode/forms/LookupSwitchForm.java
@@ -27,12 +27,6 @@ public class LookupSwitchForm extends SwitchForm {
         super(opcode, name);
     }
 
-    /*
-     * (non-Javadoc)
-     *
-     * @see org.apache.commons.compress.harmony.unpack200.bytecode.forms.SwitchForm#setByteCodeOperands(org.apache.commons.
-     * compress.harmony.unpack200.bytecode.ByteCode, org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager, int)
-     */
     @Override
     public void setByteCodeOperands(final ByteCode byteCode, final OperandManager operandManager, final int codeLength) {
         final int caseCount = operandManager.nextCaseCount();