[Clirr-devel] CVS: clirr/core/src/test/net/sf/clirr/core/internal/checks MethodSetCheckTest.java,1.1
Status: Alpha
Brought to you by:
lkuehne
From: Simon K. <s_k...@us...> - 2004-07-18 01:11:32
|
Update of /cvsroot/clirr/clirr/core/src/test/net/sf/clirr/core/internal/checks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28090 Modified Files: MethodSetCheckTest.java Log Message: Fix spelling: accessability -> accessibility Index: MethodSetCheckTest.java =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/test/net/sf/clirr/core/internal/checks/MethodSetCheckTest.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- MethodSetCheckTest.java 11 Jul 2004 10:29:24 -0000 1.1 +++ MethodSetCheckTest.java 18 Jul 2004 01:11:23 -0000 1.2 @@ -21,7 +21,7 @@ // method addition and removal new ExpectedDiff("Method 'public void removedMethod(java.lang.String)' has been removed", Severity.ERROR, "testlib.MethodsChange", "public void removedMethod(java.lang.String)", null), - new ExpectedDiff("Accessability of method 'public int getPriv2()' has been decreased from public to private", + new ExpectedDiff("Accessibility of method 'public int getPriv2()' has been decreased from public to private", Severity.ERROR, "testlib.MethodsChange", "public int getPriv2()", null), new ExpectedDiff("Method 'protected MethodsChange(int, boolean)' has been added", Severity.INFO, "testlib.MethodsChange", "protected MethodsChange(int, boolean)", null), |