donaldp 2002/06/25 00:39:57
Modified: containerkit/src/java/org/apache/excalibur/containerkit/metadata
ComponentMetaData.java
Log:
Remove helper method
Revision Changes Path
1.6 +2 -14
jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/metadata/ComponentMetaData.java
Index: ComponentMetaData.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/metadata/ComponentMetaData.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ComponentMetaData.java 25 Jun 2002 04:24:39 -0000 1.5
+++ ComponentMetaData.java 25 Jun 2002 07:39:57 -0000 1.6
@@ -26,7 +26,7 @@
public class ComponentMetaData
{
/**
- * The name of the component metadata instance. This is an
+ * The name of the component metadata instance. This is an
* abstract name used during assembly.
*/
private final String m_name;
@@ -93,18 +93,6 @@
public String getName()
{
return m_name;
- }
-
- /**
- * Utility method to return the classname of component type.
- * This is equivelent to
- * <tt>getComponentInfo().getComponentDescriptor().getClassname()</tt>.
- *
- * @return the classname of the component type.
- */
- public String getClassname()
- {
- return getComponentInfo().getComponentDescriptor().getClassname();
}
/**
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>