Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/UserAction.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/UserAction.java	(revision 3745)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/UserAction.java	(revision 3746)
@@ -26,5 +26,5 @@
 
 /**
- * An interface for user access control. In particular, this interface gives
+ * An interface for user action control. In particular, this interface gives
  * you fine-grained control over the File Browser {@link Command commands}.
  * <p>
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/impl/ContextPathBuilder.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/impl/ContextPathBuilder.java	(revision 3745)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/impl/ContextPathBuilder.java	(revision 3746)
@@ -24,7 +24,7 @@
 
 /**
- * UserPathBuilder implementation that always return static {@code
- * connector.userFiles*Path} properties with prepended current context path. In
- * particular this implementation will prepend the context path to
+ * UserPathBuilder implementation which always returns static userfiles paths
+ * with prepended context path. In particular it returns the {@code
+ * connector.userFiles*Path} properties and prepend the current context path to
  * {@link #getUserFilesPath(HttpServletRequest)} only.
  * 
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/impl/DisabledUserAction.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/impl/DisabledUserAction.java	(revision 3745)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/impl/DisabledUserAction.java	(revision 3746)
@@ -26,5 +26,5 @@
 
 /**
- * UserAction implementation that always returns {@code false}.
+ * UserAction implementation which always returns {@code false}.
  * 
  * @version $Id$
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/impl/EnabledUserAction.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/impl/EnabledUserAction.java	(revision 3745)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/impl/EnabledUserAction.java	(revision 3746)
@@ -26,5 +26,5 @@
 
 /**
- * UserAction implementation that always returns {@code true}.
+ * UserAction implementation which always returns {@code true}.
  * 
  * @version $Id$
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/impl/ServerRootPathBuilder.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/impl/ServerRootPathBuilder.java	(revision 3745)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/impl/ServerRootPathBuilder.java	(revision 3746)
@@ -27,6 +27,7 @@
 
 /**
- * UserPathBuilder implementation that always return static {@code
- * connector.userFiles*Path} properties as-is.
+ * UserPathBuilder implementation which always returns static userfiles paths.
+ * In particular it returns the {@code connector.userFiles*Path} properties
+ * as-is.
  * 
  * @version $Id$
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/impl/package-info.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/impl/package-info.java	(revision 3745)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/impl/package-info.java	(revision 3746)
@@ -21,5 +21,5 @@
 
 /**
- * Basic/pre-defined implementations for the request cycle interfaces.
+ * Default implementations for the request life cycle interfaces.
  * 
  * @version $Id$
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/package-info.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/package-info.java	(revision 3745)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/package-info.java	(revision 3746)
@@ -22,5 +22,5 @@
 /**
  * Interfaces and classes for the request life cycle. The interfaces are essential
- * to control user access and userfiles path. The classes are supplemental to the
+ * to control user actions and userfiles path. The classes are supplemental to the
  * {@link net.fckeditor.connector connector} package. <br />
  * The sequence diagram below depicts the interaction between interfaces and classes:
