From 9f606f95f03a75961498803e24bee6799a7c0885 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Mon, 27 Feb 2012 18:34:24 -0800 Subject: Revert "Upgrade from Progaurd 4.4 to 4.7." This reverts commit cfead78069f3dc32998dc118ee08cab3867acea2. Bug: 6079915 --- src/proguard/InputReader.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/proguard/InputReader.java') diff --git a/src/proguard/InputReader.java b/src/proguard/InputReader.java index 9ee1314..c088324 100644 --- a/src/proguard/InputReader.java +++ b/src/proguard/InputReader.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 @@ -227,7 +227,7 @@ public class InputReader } catch (IOException ex) { - throw (IOException)new IOException("Can't read [" + classPathEntry + "] (" + ex.getMessage() + ")").initCause(ex); + throw new IOException("Can't read [" + classPathEntry + "] (" + ex.getMessage() + ")"); } } } -- cgit v1.2.3