[Clirr-devel] CVS: clirr/core/src/test/net/sf/clirr/core/internal/checks AbstractCheckTestCase.jav
Status: Alpha
Brought to you by:
lkuehne
From: Lars Küh. <lk...@us...> - 2009-05-24 20:26:47
|
Update of /cvsroot/clirr/clirr/core/src/test/net/sf/clirr/core/internal/checks In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18137/core/src/test/net/sf/clirr/core/internal/checks Modified Files: AbstractCheckTestCase.java Log Message: fixed typo Index: AbstractCheckTestCase.java =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/test/net/sf/clirr/core/internal/checks/AbstractCheckTestCase.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- AbstractCheckTestCase.java 9 Jan 2006 21:38:38 -0000 1.4 +++ AbstractCheckTestCase.java 24 May 2009 20:26:39 -0000 1.5 @@ -13,9 +13,9 @@ public abstract class AbstractCheckTestCase extends AbstractCheckerTestCase { /** - * Createas the Checker that is configured to run this test. - * - * @param tdl a + * Creates the Checker that is configured to run this test. + * + * @param tdl a */ protected Checker createChecker() { |