summaryrefslogtreecommitdiff
path: root/src/proguard/shrink/LocalVariableTypeUsageMarker.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/proguard/shrink/LocalVariableTypeUsageMarker.java')
-rw-r--r--src/proguard/shrink/LocalVariableTypeUsageMarker.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/proguard/shrink/LocalVariableTypeUsageMarker.java b/src/proguard/shrink/LocalVariableTypeUsageMarker.java
index 573d8f6..3d6ef27 100644
--- a/src/proguard/shrink/LocalVariableTypeUsageMarker.java
+++ b/src/proguard/shrink/LocalVariableTypeUsageMarker.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
@@ -18,7 +18,6 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-
package proguard.shrink;
import proguard.classfile.*;
@@ -48,7 +47,7 @@ implements AttributeVisitor,
{
private final UsageMarker usageMarker;
- // Fields acting as a return parameters for several methods.
+ // Fields acting as return values for several visitor methods.
private boolean tableUsed;
private boolean variableInfoUsed;