summaryrefslogtreecommitdiff
path: root/src/proguard/evaluation/value/LongValue.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/proguard/evaluation/value/LongValue.java')
-rw-r--r--src/proguard/evaluation/value/LongValue.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proguard/evaluation/value/LongValue.java b/src/proguard/evaluation/value/LongValue.java
index e23c13c..e8f9e12 100644
--- a/src/proguard/evaluation/value/LongValue.java
+++ b/src/proguard/evaluation/value/LongValue.java
@@ -2,7 +2,7 @@
* ProGuard -- shrinking, optimization, obfuscation, and preverification
* of Java bytecode.
*
- * Copyright (c) 2002-2013 Eric Lafortune (eric@graphics.cornell.edu)
+ * Copyright (c) 2002-2014 Eric Lafortune (eric@graphics.cornell.edu)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
@@ -549,6 +549,6 @@ public abstract class LongValue extends Category2Value
public final String internalType()
{
- return String.valueOf(ClassConstants.INTERNAL_TYPE_INT);
+ return String.valueOf(ClassConstants.TYPE_INT);
}
}