shuber 2004/08/20 15:34:56 CEST
Modified files:
core/src/java/org/jahia/services/fields ContentField.java
Log:
Remove activation method that didn't take a version ID parameter because we should
always specify it.
Revision Changes Path
1.9 +0 -15 jahia/core/src/java/org/jahia/services/fields/ContentField.java
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/java/org/jahia/services/fields/ContentField.java.diff?r1=1.8&r2=1.9&f=h
Index: ContentField.java
===================================================================
RCS file: /cvs/jahia/core/src/java/org/jahia/services/fields/ContentField.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ContentField.java 20 Aug 2004 10:47:12 -0000 1.8
+++ ContentField.java 20 Aug 2004 13:34:56 -0000 1.9
@@ -406,21 +406,6 @@
ServicesRegistry.getInstance ().getJahiaSearchService ()
.removeFieldFromSearchEngine (this.getSiteID (), this.getID (),
ContentObjectEntryState.WORKFLOW_STATE_START_STAGING,
languageCode);
-
- }
-
- /**
- * This method should be called when the staged version has to be activated.
- *
- * @param jParams ParamBean needed to destroy page related data such as
- * fields, sub pages, as well as generated JahiaEvents.
- */
- public synchronized ActivationTestResults activate (
- Set languageCodes,
- boolean versioningActive, JahiaSaveVersion saveVersion, JahiaUser user,
ParamBean jParams,
- StateModificationContext stateModifContext) throws JahiaException {
- return activate (languageCodes, saveVersion.getVersionID(), jParams,
- stateModifContext);
}
/**