[Japi-cvs] SF.net SVN: japi:[765] historic/trunk/src/app/net/sf/japi/finance/ SimpleCapitalCalculat
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2008-12-29 04:51:44
|
Revision: 765
http://japi.svn.sourceforge.net/japi/?rev=765&view=rev
Author: christianhujer
Date: 2008-12-29 04:51:39 +0000 (Mon, 29 Dec 2008)
Log Message:
-----------
Renamed unused catch parameter to "ignore".
Modified Paths:
--------------
historic/trunk/src/app/net/sf/japi/finance/SimpleCapitalCalculator.java
Modified: historic/trunk/src/app/net/sf/japi/finance/SimpleCapitalCalculator.java
===================================================================
--- historic/trunk/src/app/net/sf/japi/finance/SimpleCapitalCalculator.java 2008-12-29 04:48:11 UTC (rev 764)
+++ historic/trunk/src/app/net/sf/japi/finance/SimpleCapitalCalculator.java 2008-12-29 04:51:39 UTC (rev 765)
@@ -101,7 +101,7 @@
public Object clone() {
try {
return super.clone();
- } catch ( CloneNotSupportedException e ) {
+ } catch ( CloneNotSupportedException ignore ) {
throw new InternalError();
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|