Index: /FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/handlers/ExtensionsHandler.java
===================================================================
--- /FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/handlers/ExtensionsHandler.java	(revision 1682)
+++ /FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/handlers/ExtensionsHandler.java	(revision 1683)
@@ -28,6 +28,6 @@
 
 /**
- * Static object which manages the allowed and denied extensions for each file type. The
- * extensions are preset by the defaults defined in default.properties.<br>
+ * Handler which manages the allowed and denied extensions for each resource type. The
+ * extensions are preset by the properties managed by {@link PropertiesLoader}.<br>
  * <br>
  * Hint: It's recomment to use either allowed or denied extensions for one file type.
Index: /FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/handlers/PropertiesLoader.java
===================================================================
--- /FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/handlers/PropertiesLoader.java	(revision 1682)
+++ /FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/handlers/PropertiesLoader.java	(revision 1683)
@@ -30,5 +30,8 @@
 
 /**
- * PropertiesHandler.java - TODO DOCUMENTME!
+ * Handler to hold the basic properties.<br>
+ * The main default file is 'default.properties' in the deepth of the classpath and should be
+ * untouched. If there is a file named 'fckeditor.properties' in the root of the classpath, it will
+ * be loaded. Values which are loaded before, will be overwritten.
  * 
  * @version $Id$
@@ -51,5 +54,5 @@
 				try {
 					properties.load(new BufferedInputStream(in));
-					logger.info("User's properties successfull loaded!");
+					logger.info("User's properties loaded successfully!");
 				} catch (IOException e) {
 					logger.error("Error while loading user properties!", e);
