[Clirr-devel] CVS: clirr/core/src/conf/net/sf/clirr/core EventMessages_en.properties,1.1,1.2
Status: Alpha
Brought to you by:
lkuehne
From: Simon K. <s_k...@us...> - 2004-07-18 00:53:07
|
Update of /cvsroot/clirr/clirr/core/src/conf/net/sf/clirr/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25953 Modified Files: EventMessages_en.properties Log Message: Fix (my) spelling mistake: accessability -> accessibility. Index: EventMessages_en.properties =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/conf/net/sf/clirr/core/EventMessages_en.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- EventMessages_en.properties 10 Jul 2004 13:37:26 -0000 1.1 +++ EventMessages_en.properties 18 Jul 2004 00:52:55 -0000 1.2 @@ -54,8 +54,8 @@ m6006=Field {2} is now final m6007=Field {2} is now non-static m6008=Field {2} is now static -m6009=Accessability of field {2} has been increased from {3} to {4} -m6010=Accessability of field {2} has been weakened from {3} to {4} +m6009=Accessibility of field {2} has been increased from {3} to {4} +m6010=Accessibility of field {2} has been weakened from {3} to {4} #----------------------------------------------------------------------------- # MethodSetCheck messages @@ -69,8 +69,8 @@ m7006=Return type of method ''{1}'' has been changed to {3} m7007=Method ''{1}'' has been deprecated m7008=Method ''{1}'' is no longer deprecated -m7009=Accessability of method ''{1}'' has been decreased from {3} to {4} -m7010=Accessability of method ''{1}'' has been increased from {3} to {4} +m7009=Accessibility of method ''{1}'' has been decreased from {3} to {4} +m7010=Accessibility of method ''{1}'' has been increased from {3} to {4} m7011=Method ''{1}'' has been added m7012=Method ''{1}'' has been added to an interface m7013=Abstract method ''{1}'' has been added |