aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/bcel/generic/InvokeInstruction.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/apache/bcel/generic/InvokeInstruction.java')
-rw-r--r--src/main/java/org/apache/bcel/generic/InvokeInstruction.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/apache/bcel/generic/InvokeInstruction.java b/src/main/java/org/apache/bcel/generic/InvokeInstruction.java
index 55c7f478..6f24a19c 100644
--- a/src/main/java/org/apache/bcel/generic/InvokeInstruction.java
+++ b/src/main/java/org/apache/bcel/generic/InvokeInstruction.java
@@ -97,7 +97,7 @@ public abstract class InvokeInstruction extends FieldOrMethod implements Excepti
*
* @return name of the referenced class/interface
* @throws IllegalArgumentException if the referenced class is an array (this should not happen)
- */
+ */
@Override
public String getClassName( final ConstantPoolGen cpg ) {
final ConstantPool cp = cpg.getConstantPool();