svn commit: r574828 - /lenya/trunk/src/java/org/apache/lenya/cms/repository/SessionImpl.java
| Newsgroups | gmane.comp.cms.lenya.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: andreas
Date: Wed Sep 12 01:01:26 2007
New Revision: 574828
URL: http://svn.apache.org/viewvc?rev=574828&view=rev
Log:
[minor change] fixed javadoc typo
Modified:
lenya/trunk/src/java/org/apache/lenya/cms/repository/SessionImpl.java
Modified: lenya/trunk/src/java/org/apache/lenya/cms/repository/SessionImpl.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/java/org/apache/lenya/cms/repository/SessionImpl.java?rev=574828&r1=574827&r2=574828&view=diff
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/repository/SessionImpl.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/repository/SessionImpl.java Wed Sep 12 01:01:26 2007
@@ -56,7 +56,7 @@
/**
* Ctor.
* @param identity The identity.
- * @param modifiable Determins if the repository items in this session can be modified.
+ * @param modifiable Determines if the repository items in this session can be modified.
* @param manager The service manager.
* @param logger The logger.
*/