aboutsummaryrefslogtreecommitdiffstats
path: root/src/proguard/ArgumentWordReader.java
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-02-27 18:34:24 -0800
committerYing Wang <wangying@google.com>2012-02-27 18:34:24 -0800
commit9f606f95f03a75961498803e24bee6799a7c0885 (patch)
treea45f4d74feda9b76277a0c9ced55ad15d82248a1 /src/proguard/ArgumentWordReader.java
parentcfead78069f3dc32998dc118ee08cab3867acea2 (diff)
downloadandroid_external_proguard-jellybean.tar.gz
android_external_proguard-jellybean.tar.bz2
android_external_proguard-jellybean.zip
This reverts commit cfead78069f3dc32998dc118ee08cab3867acea2. Bug: 6079915
Diffstat (limited to 'src/proguard/ArgumentWordReader.java')
-rw-r--r--src/proguard/ArgumentWordReader.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/proguard/ArgumentWordReader.java b/src/proguard/ArgumentWordReader.java
index eb0e642..89f3824 100644
--- a/src/proguard/ArgumentWordReader.java
+++ b/src/proguard/ArgumentWordReader.java
@@ -2,7 +2,7 @@
* ProGuard -- shrinking, optimization, obfuscation, and preverification
* of Java bytecode.
*
- * Copyright (c) 2002-2011 Eric Lafortune (eric@graphics.cornell.edu)
+ * Copyright (c) 2002-2009 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
@@ -32,8 +32,7 @@ import java.io.*;
public class ArgumentWordReader extends WordReader
{
private final String[] arguments;
-
- private int index = 0;
+ private int index = 0;
// /**
@@ -87,7 +86,7 @@ public class ArgumentWordReader extends WordReader
{
while (true)
{
- String word = reader.nextWord(false);
+ String word = reader.nextWord();
if (word == null)
System.exit(-1);