[Yanel-commits] rev 44120 - public/yanel/trunk/src/contributions/resources/atom-entry/src/java/org/wyona/yanel/impl/resources

michi at wyona.com michi at wyona.com
Tue Aug 11 11:23:16 CEST 2009


Author: michi
Date: 2009-08-11 11:23:16 +0200 (Tue, 11 Aug 2009)
New Revision: 44120

Modified:
   public/yanel/trunk/src/contributions/resources/atom-entry/src/java/org/wyona/yanel/impl/resources/AtomEntryResource.java
Log:
obsolete method removed

Modified: public/yanel/trunk/src/contributions/resources/atom-entry/src/java/org/wyona/yanel/impl/resources/AtomEntryResource.java
===================================================================
--- public/yanel/trunk/src/contributions/resources/atom-entry/src/java/org/wyona/yanel/impl/resources/AtomEntryResource.java	2009-08-11 09:21:42 UTC (rev 44119)
+++ public/yanel/trunk/src/contributions/resources/atom-entry/src/java/org/wyona/yanel/impl/resources/AtomEntryResource.java	2009-08-11 09:23:16 UTC (rev 44120)
@@ -223,10 +223,6 @@
         return getRealm().getRepository().delete(new org.wyona.yarep.core.Path(getPath()));
     }
     
-    protected RepositoryFactory getRepositoryFactory() {
-        return yanel.getRepositoryFactory(org.wyona.yanel.core.map.Realm.DEFAULT_REPOSITORY_FACTORY_BEAN_ID);
-    }
-    
     public boolean exists() throws Exception {
         log.warn("Not implemented yet!");
         return true;



More information about the Yanel-commits mailing list