[Japi-cvs] SF.net SVN: japi:[689] libs/lang/trunk/src/prj/net/sf/japi/lang/ PropertyComparator.java
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2008-10-07 20:56:36
|
Revision: 689 http://japi.svn.sourceforge.net/japi/?rev=689&view=rev Author: christianhujer Date: 2008-10-07 20:56:33 +0000 (Tue, 07 Oct 2008) Log Message: ----------- Updated TODO comments to match code conventions. Modified Paths: -------------- libs/lang/trunk/src/prj/net/sf/japi/lang/PropertyComparator.java Modified: libs/lang/trunk/src/prj/net/sf/japi/lang/PropertyComparator.java =================================================================== --- libs/lang/trunk/src/prj/net/sf/japi/lang/PropertyComparator.java 2008-10-07 20:55:01 UTC (rev 688) +++ libs/lang/trunk/src/prj/net/sf/japi/lang/PropertyComparator.java 2008-10-07 20:56:33 UTC (rev 689) @@ -74,7 +74,7 @@ } catch (final IllegalAccessException e) { throw new IllegalAccessError(e.getMessage()); } catch (final InvocationTargetException e) { - throw new RuntimeException(e); // TODO use something better than RuntimeException + throw new RuntimeException(e); // TODO:christianhujer:use something better than RuntimeException } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |