From: <lk...@us...> - 2007-05-15 18:46:29
|
Update of /cvsroot/clirr/clirr/core/src/java/net/sf/clirr/core/spi In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv4380/src/java/net/sf/clirr/core/spi Modified Files: Scoped.java Log Message: fixed typo in javadoc Index: Scoped.java =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/java/net/sf/clirr/core/spi/Scoped.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Scoped.java 26 Aug 2005 05:29:52 -0000 1.1 +++ Scoped.java 15 May 2007 18:46:26 -0000 1.2 @@ -23,7 +23,7 @@ * The effective Scope of this entity. * * @return the minimum scope of the modifiers of this entity and - * it's all of it's containers. + * all of it's containers. */ Scope getEffectiveScope(); } |