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

michi at wyona.com michi at wyona.com
Tue Aug 11 11:21:43 CEST 2009


Author: michi
Date: 2009-08-11 11:21:42 +0200 (Tue, 11 Aug 2009)
New Revision: 44119

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

Modified: public/yanel/trunk/src/contributions/resources/atom/src/java/org/wyona/yanel/impl/resources/AtomFeedResource.java
===================================================================
--- public/yanel/trunk/src/contributions/resources/atom/src/java/org/wyona/yanel/impl/resources/AtomFeedResource.java	2009-08-11 09:18:12 UTC (rev 44118)
+++ public/yanel/trunk/src/contributions/resources/atom/src/java/org/wyona/yanel/impl/resources/AtomFeedResource.java	2009-08-11 09:21:42 UTC (rev 44119)
@@ -404,9 +404,4 @@
     String getEntriesURL(String path) {
         return getProperty(path, "entries-url", null);
     }
-    
-    protected RepositoryFactory getRepositoryFactory() {
-        return yanel.getRepositoryFactory(org.wyona.yanel.core.map.Realm.DEFAULT_REPOSITORY_FACTORY_BEAN_ID);
-    }
-    
 }



More information about the Yanel-commits mailing list