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

michi at wyona.com michi at wyona.com
Thu Aug 13 23:52:39 CEST 2009


Author: michi
Date: 2009-08-13 23:52:38 +0200 (Thu, 13 Aug 2009)
New Revision: 44189

Modified:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/map/RealmWithConfigurationExceptionImpl.java
Log:
name fixed and method introduced in order to get configuration exception

Modified: public/yanel/trunk/src/core/java/org/wyona/yanel/core/map/RealmWithConfigurationExceptionImpl.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/map/RealmWithConfigurationExceptionImpl.java	2009-08-13 21:31:44 UTC (rev 44188)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/map/RealmWithConfigurationExceptionImpl.java	2009-08-13 21:52:38 UTC (rev 44189)
@@ -88,7 +88,7 @@
             log.warn("No name was set within yanel realms config for realm with id: " + id);
             this.name = id;
         }
-        this.name = this.name + " (Configuration exception!)";
+        this.name = this.name;
         this.id = id;
         this.mountPoint = mountPoint;
         this.configFile = configFile;
@@ -96,6 +96,13 @@
     }
 
     /**
+     * Get configuration exception
+     */
+    public Exception getConfigurationException() {
+        return configurationException;
+    }
+
+    /**
      * @see Realm#geName()
      */
     public String getName() {



More information about the Yanel-commits mailing list