[Japi-cvs] SF.net SVN: japi: [221] historic/trunk/src/app/net/sf/japi/util/Service. java
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2006-11-26 21:41:15
|
Revision: 221 http://svn.sourceforge.net/japi/?rev=221&view=rev Author: christianhujer Date: 2006-11-26 13:41:14 -0800 (Sun, 26 Nov 2006) Log Message: ----------- Fixed bug in service class. Modified Paths: -------------- historic/trunk/src/app/net/sf/japi/util/Service.java Modified: historic/trunk/src/app/net/sf/japi/util/Service.java =================================================================== --- historic/trunk/src/app/net/sf/japi/util/Service.java 2006-11-26 21:40:38 UTC (rev 220) +++ historic/trunk/src/app/net/sf/japi/util/Service.java 2006-11-26 21:41:14 UTC (rev 221) @@ -102,7 +102,7 @@ } catch (final ClassNotFoundException e) { throw new MustangUnavailableException(); } catch (final InvocationTargetException e) { - e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates. + throw new MustangUnavailableException(); } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |