]> source.dussan.org Git - vaadin-framework.git/commitdiff
Reverted [16446] as the problem was an extra .class file and catching all java.lang...
authorArtur Signell <artur.signell@itmill.com>
Fri, 10 Dec 2010 11:51:35 +0000 (11:51 +0000)
committerArtur Signell <artur.signell@itmill.com>
Fri, 10 Dec 2010 11:51:35 +0000 (11:51 +0000)
svn changeset:16449/svn branch:6.5

src/com/vaadin/terminal/gwt/widgetsetutils/ClassPathExplorer.java

index 585bd4c79af1866e6dedce5bc9c446b7fbc4a14e..0fa618ec4fd3a5c6b5fa70c0f236dbdaff073697 100644 (file)
@@ -581,12 +581,6 @@ public class ClassPathExplorer {
             // Don't show to avoid flooding the user with irrelevant messages
             logLevel = Level.FINE;
             errorToShow = e;
-        } catch (Error t) {
-            // At least sometimes GWT throws Error instead of
-            // NoClassDefFoundError.
-            // Don't show to avoid flooding the user with irrelevant messages
-            logLevel = Level.FINE;
-            errorToShow = t;
         } finally {
             System.setErr(err);
             System.setOut(out);