From: <chr...@us...> - 2006-04-30 16:44:55
|
Revision: 115 Author: christianhujer Date: 2006-04-30 09:44:50 -0700 (Sun, 30 Apr 2006) ViewCVS: http://svn.sourceforge.net/japi/?rev=115&view=rev Log Message: ----------- Fixed missing new line at end of file Modified Paths: -------------- trunk/src/test/net/sf/japi/io/BCDTest.java Modified: trunk/src/test/net/sf/japi/io/BCDTest.java =================================================================== --- trunk/src/test/net/sf/japi/io/BCDTest.java 2006-04-30 13:46:36 UTC (rev 114) +++ trunk/src/test/net/sf/japi/io/BCDTest.java 2006-04-30 16:44:50 UTC (rev 115) @@ -87,4 +87,4 @@ assertEquals("correct(0xA) is 0x10.", 0x10, BCD.correct(0xA)); } -} // class BCDTest \ No newline at end of file +} // class BCDTest This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |