summaryrefslogtreecommitdiff
path: root/tools/external/asm/org/objectweb/asm/tree/LdcInsnNode.java
diff options
context:
space:
mode:
Diffstat (limited to 'tools/external/asm/org/objectweb/asm/tree/LdcInsnNode.java')
-rw-r--r--tools/external/asm/org/objectweb/asm/tree/LdcInsnNode.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/external/asm/org/objectweb/asm/tree/LdcInsnNode.java b/tools/external/asm/org/objectweb/asm/tree/LdcInsnNode.java
index ef9551371..234b41fe3 100644
--- a/tools/external/asm/org/objectweb/asm/tree/LdcInsnNode.java
+++ b/tools/external/asm/org/objectweb/asm/tree/LdcInsnNode.java
@@ -34,7 +34,7 @@ import org.objectweb.asm.Opcodes;
/**
* A node that represents an LDC instruction.
- *
+ *
* @author Eric Bruneton
*/
public class LdcInsnNode extends AbstractInsnNode {
@@ -48,7 +48,7 @@ public class LdcInsnNode extends AbstractInsnNode {
/**
* Constructs a new {@link LdcInsnNode}.
- *
+ *
* @param cst the constant to be loaded on the stack. This parameter must be
* a non null {@link Integer}, a {@link Float}, a {@link Long}, a
* {@link Double} or a {@link String}.
@@ -65,4 +65,4 @@ public class LdcInsnNode extends AbstractInsnNode {
public int getType() {
return LDC_INSN;
}
-} \ No newline at end of file
+}