[Yanel-commits] rev 49851 - public/yanel/trunk/src/core/java/org/wyona/yanel/core/map

michi at wyona.com michi at wyona.com
Tue May 25 14:46:49 CEST 2010


Author: michi
Date: 2010-05-25 14:46:49 +0200 (Tue, 25 May 2010)
New Revision: 49851

Modified:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/map/RealmManager.java
Log:
javadoc improved and TODO added

Modified: public/yanel/trunk/src/core/java/org/wyona/yanel/core/map/RealmManager.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/map/RealmManager.java	2010-05-25 12:11:08 UTC (rev 49850)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/map/RealmManager.java	2010-05-25 12:46:49 UTC (rev 49851)
@@ -332,10 +332,11 @@
     /**
      * If the given file has a relative path, resolve it relative to the given dir.
      * If dir is in fact a file, the resolving will use the parent dir of that file.  
-     * @param file Realm configuration specified within realms.xml
+     * @param file Unresolved realm configuration specified within realms.xml
      * @param dir Path of realms.xml
      */
     protected File resolveFile(File file, File dir) {
+        // TODO: Resolve javax.servlet.context
         // TODO: Replace this method by some method from org.wyona.commons.io.FileUtil ...
         if (!file.isAbsolute()) {
             if (dir.isDirectory()) {



More information about the Yanel-commits mailing list