Author: andreas
Date: Tue Aug 30 04:51:23 2005
New Revision: 264763
URL: http://svn.apache.org/viewcvs?rev=264763&view=rev
Log:
DocumentStore: Fixed order of arguments of DocumentIdentifier ctor.
Modified:
lenya/trunk/src/java/org/apache/lenya/cms/site/simple/DocumentStore.java
Modified:
lenya/trunk/src/java/org/apache/lenya/cms/site/simple/DocumentStore.java
URL:
http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/cms/site/simple/DocumentStore.java?rev=264763&r1=264762&r2=264763&view=diff
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/site/simple/DocumentStore.java
(original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/site/simple/DocumentStore.java
Tue Aug 30 04:51:23 2005
@@ -58,8 +58,8 @@
public DocumentStore(ServiceManager manager, DocumentIdentityMap map,
Publication publication,
String area, Logger _logger) throws DocumentException {
super(manager, map, new DocumentIdentifier(publication,
- DOCUMENT_ID,
area,
+ DOCUMENT_ID,
publication.getDefaultLanguage()), _logger);
}
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|