Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/Connector.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/Connector.java	(revision 3728)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/Connector.java	(revision 3729)
@@ -38,5 +38,5 @@
 
 /**
- * Backend interface of the file browser. A connector serves and manages files
+ * Backend interface of the File Browser. A connector serves and manages files
  * and folders accessed through the file manager on an arbitrary backend system.<br />
  * The connector will receive a request if, and only if, the request was valid
@@ -47,5 +47,5 @@
  * <ol>
  * <li>If you need to access the request instance itself and/or the context
- * parameters sent from the file browser, take a look at the
+ * parameters sent from the File Browser, take a look at the
  * {@link ThreadLocalData} object.</li>
  * <li>Use
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/ConnectorServlet.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/ConnectorServlet.java	(revision 3728)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/ConnectorServlet.java	(revision 3729)
@@ -37,5 +37,5 @@
 
 /**
- * Connector servlet of the file browser. It accepts requests begins the request
+ * Connector servlet of the File Browser. It accepts requests begins the request
  * cycle, forwards requests to the {@link Dispatcher dispatcher} and ends the
  * request cycle with an appropriate {@link net.fckeditor.response response}.
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 3728)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/UserAction.java	(revision 3729)
@@ -26,10 +26,10 @@
 
 /**
- * An interface for user rights management. In particular, this interface gives
+ * An interface for user access control. In particular, this interface gives
  * you fine-grained control over the File Browser {@link Command commands}.
  * <p>
- * You are free to implement this interface the way you need it, in other words
- * your return values can be global regardless of the request or on a
- * per-request basis.
+ * <strong>Note:</strong> You are free to implement this interface the way you
+ * need it, in other words your return values can be global, regardless of the
+ * request, or on a per-request basis.
  * </p>
  * 
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/UserPathBuilder.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/UserPathBuilder.java	(revision 3728)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/UserPathBuilder.java	(revision 3729)
@@ -30,7 +30,7 @@
  * details.
  * <p>
- * You are free to implement this interface the way you need it, in other words
- * your return values can be global regardless of the request or on a
- * per-request basis.
+ * <strong>Note:</strong> You are free to implement this interface the way you
+ * need it, in other words your return values can be global, regardless of the
+ * request, or on a per-request basis.
  * </p>
  * 
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 3728)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/package-info.java	(revision 3729)
@@ -21,6 +21,8 @@
 
 /**
- * Interfaces for the request life cycle.<br />
- * 
+ * 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
+ * {@link net.fckeditor.connector connector} package. <br />
+ * The sequence diagram below depicts the interaction between interfaces and classes:
  * <img src="doc-files/sequence-diagram.png" alt="Sequence Diagram" title="Sequence Diagram" />
  * 
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/response/GetResponse.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/response/GetResponse.java	(revision 3728)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/response/GetResponse.java	(revision 3729)
@@ -46,5 +46,5 @@
 /**
  * Represents the <a href="http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Server_Side_Integration#The_Commands"
- * target="_blank">XML response</a> for the file browser <code>GET</code>
+ * target="_blank">XML response</a> for the File Browser <code>GET</code>
  * requests.
  * 
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/response/UploadResponse.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/response/UploadResponse.java	(revision 3728)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/response/UploadResponse.java	(revision 3729)
@@ -27,5 +27,5 @@
 /**
  * Represents the <a href="http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Server_Side_Integration#FileUpload_.28HTML.29"
- * target="_blank">HTML/JS response</a> for the file browser <code>POST</code>
+ * target="_blank">HTML/JS response</a> for the File Browser <code>POST</code>
  * requests.
  * <p>
Index: /FCKeditor.Java/trunk/src/site/apt/connector.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/connector.apt	(revision 3728)
+++ /FCKeditor.Java/trunk/src/site/apt/connector.apt	(revision 3729)
@@ -84,3 +84,3 @@
   
     [Keep in mind:] If you write your own Connector implementation, it could be necessary to write
-                    your own listener to resolve the files managed by the File Browser inside your web-app.   
+                    your own listener to resolve the files managed by the File Browser inside your webapp.   
