Revision: 22722
http://jedit.svn.sourceforge.net/jedit/?rev=22722&view=rev
Author: daleanson
Date: 2013-01-25 22:15:06 +0000 (Fri, 25 Jan 2013)
Log Message:
-----------
Removed reference to jEdit that I added yesterday since it breaks the textArea build.
Modified Paths:
--------------
jEdit/trunk/org/gjt/sp/jedit/BeanShellFacade.java
Modified: jEdit/trunk/org/gjt/sp/jedit/BeanShellFacade.java
===================================================================
--- jEdit/trunk/org/gjt/sp/jedit/BeanShellFacade.java 2013-01-25 21:59:46 UTC (rev 22721)
+++ jEdit/trunk/org/gjt/sp/jedit/BeanShellFacade.java 2013-01-25 22:15:06 UTC (rev 22722)
@@ -238,9 +238,6 @@
}
catch(Exception e)
{
- // Only show the exception if jEdit is started, it is meaningless otherwise.
- if (jEdit.isStartupDone())
- unwrapException(e);
return null;
}
finally
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|