You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2006/07/20 17:29:16 UTC

svn commit: r423958 - /lenya/trunk/src/modules/repository/java/src/org/apache/lenya/cms/repo/adapter/RepoMetaData.java

Author: andreas
Date: Thu Jul 20 08:29:15 2006
New Revision: 423958

URL: http://svn.apache.org/viewvc?rev=423958&view=rev
Log:
Generic editing of meta data

Modified:
    lenya/trunk/src/modules/repository/java/src/org/apache/lenya/cms/repo/adapter/RepoMetaData.java

Modified: lenya/trunk/src/modules/repository/java/src/org/apache/lenya/cms/repo/adapter/RepoMetaData.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/repository/java/src/org/apache/lenya/cms/repo/adapter/RepoMetaData.java?rev=423958&r1=423957&r2=423958&view=diff
==============================================================================
--- lenya/trunk/src/modules/repository/java/src/org/apache/lenya/cms/repo/adapter/RepoMetaData.java (original)
+++ lenya/trunk/src/modules/repository/java/src/org/apache/lenya/cms/repo/adapter/RepoMetaData.java Thu Jul 20 08:29:15 2006
@@ -19,6 +19,7 @@
 import java.util.Arrays;
 import java.util.HashMap;
 
+import org.apache.lenya.cms.metadata.ElementSet;
 import org.apache.lenya.cms.metadata.MetaData;
 import org.apache.lenya.cms.publication.DocumentException;
 import org.apache.lenya.cms.repo.RepositoryException;
@@ -113,6 +114,11 @@
 
     public long getLastModified() throws DocumentException {
         throw new RuntimeException("not implemented");
+    }
+
+    public ElementSet getElementSet() {
+        // TODO Auto-generated method stub
+        return null;
     }
 
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org