aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/bcel/classfile/BootstrapMethod.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/apache/bcel/classfile/BootstrapMethod.java')
-rw-r--r--src/main/java/org/apache/bcel/classfile/BootstrapMethod.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/org/apache/bcel/classfile/BootstrapMethod.java b/src/main/java/org/apache/bcel/classfile/BootstrapMethod.java
index 7313048a..909fbfe2 100644
--- a/src/main/java/org/apache/bcel/classfile/BootstrapMethod.java
+++ b/src/main/java/org/apache/bcel/classfile/BootstrapMethod.java
@@ -28,7 +28,7 @@ import org.apache.bcel.Const;
* This class represents a bootstrap method attribute, i.e., the bootstrap
* method ref, the number of bootstrap arguments and an array of the
* bootstrap arguments.
- *
+ *
* @see <a href="http://docs.oracle.com/javase/specs/jvms/se8/html/jvms-4.html#jvms-4.7.23">
* The class File Format : The BootstrapMethods Attribute</a>
* @since 6.0
@@ -51,7 +51,7 @@ public class BootstrapMethod implements Cloneable {
/**
* Construct object from input stream.
- *
+ *
* @param input Input stream
* @throws IOException
*/