donaldp 2002/10/17 03:40:45
Modified: src/compat/org/apache/avalon/phoenix AbstractBlock.java
Log:
Another deprecation warning
Revision Changes Path
1.2 +7 -3
jakarta-avalon-phoenix/src/compat/org/apache/avalon/phoenix/AbstractBlock.java
Index: AbstractBlock.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/compat/org/apache/avalon/phoenix/AbstractBlock.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- AbstractBlock.java 11 Sep 2002 12:47:26 -0000 1.1
+++ AbstractBlock.java 17 Oct 2002 10:40:45 -0000 1.2
@@ -32,9 +32,7 @@
implements Block, Contextualizable, Composable, Configurable
{
private BlockContext m_context;
-
private Configuration m_configuration;
-
private ComponentManager m_componentManager;
public void contextualize( final Context context )
@@ -59,6 +57,12 @@
return m_context;
}
+ /**
+ * Retrieve the supplied {@link ComponentManager}.
+ *
+ * @return the supplied {@link ComponentManager}.
+ * @deprecated {@link ComponentManager} is deprecated and no block should be
using it.
+ */
protected final ComponentManager getComponentManager()
{
return m_componentManager;
--
To unsubscribe, e-mail: <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>