[Clirr-devel] CVS: clirr/core/xdocs exegesis.xml,1.2,1.3
Status: Alpha
Brought to you by:
lkuehne
From: Simon K. <s_k...@us...> - 2004-07-18 01:14:28
|
Update of /cvsroot/clirr/clirr/core/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28375 Modified Files: exegesis.xml Log Message: Fix spelling accessable -> accessible Index: exegesis.xml =================================================================== RCS file: /cvsroot/clirr/clirr/core/xdocs/exegesis.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- exegesis.xml 16 Jul 2004 08:45:24 -0000 1.2 +++ exegesis.xml 18 Jul 2004 01:14:19 -0000 1.3 @@ -140,7 +140,7 @@ <p> Section 13.4.3 of the java language specification states explicitly that an IllegalAccessError should occur if a pre-existing binary tries - to access a type when the type accessability has been changed to + to access a type when the type accessibility has been changed to something that would cause a compile-time error. However this does not appear to be enforced in practice, at least in current JVMs. Nevertheless this <i>should</i> be an error, and so clirr reports @@ -577,7 +577,7 @@ </p> </section> - <section name="7009 - Method is now Less Accessable"> + <section name="7009 - Method is now Less Accessible"> <p>Severity: <code>ERROR</code></p> <p> The access permissions associated with the specified method have @@ -597,7 +597,7 @@ </p> </section> - <section name="7010 - Method is now More Accessable"> + <section name="7010 - Method is now More Accessible"> <p>Severity: <code>INFO</code></p> <p> The access permissions associated with the specified method have |