bloritsch 01/02/19 11:43:51
Modified: src/org/apache/cocoon Tag: xml-cocoon2
CocoonComponentSelector.java
Log:
Make COcoon compile again
Revision Changes Path
No revision
No revision
1.1.2.20 +2 -2
xml-cocoon/src/org/apache/cocoon/Attic/CocoonComponentSelector.java
Index: CocoonComponentSelector.java
===================================================================
RCS file:
/home/cvs/xml-cocoon/src/org/apache/cocoon/Attic/CocoonComponentSelector.java,v
retrieving revision 1.1.2.19
retrieving revision 1.1.2.20
diff -u -r1.1.2.19 -r1.1.2.20
--- CocoonComponentSelector.java 2001/02/16 20:28:53 1.1.2.19
+++ CocoonComponentSelector.java 2001/02/19 19:43:48 1.1.2.20
@@ -42,7 +42,7 @@
/** Default component manager for Cocoon's non sitemap components.
* @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Paul Russell</a>
- * @version CVS $Revision: 1.1.2.19 $ $Date: 2001/02/16 20:28:53 $
+ * @version CVS $Revision: 1.1.2.20 $ $Date: 2001/02/19 19:43:48 $
*/
public class CocoonComponentSelector implements Contextualizable,
ComponentSelector, Composer, Configurable, ThreadSafe, Loggable {
protected Logger log;
@@ -294,7 +294,7 @@
* @param component the class of this component.
* @param Configuration the configuration for this component.
*/
- private void addComponent(Object hint, Class component, Configuration
config) {
+ public void addComponent(Object hint, Class component, Configuration
config) {
this.components.put(hint,component);
if ( config != null ) {
this.configurations.put(hint, config);