Return-Path: Delivered-To: apmail-jakarta-avalon-cvs-archive@apache.org Received: (qmail 22540 invoked from network); 25 Jun 2002 05:38:26 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 25 Jun 2002 05:38:26 -0000 Received: (qmail 27189 invoked by uid 97); 25 Jun 2002 05:38:43 -0000 Delivered-To: qmlist-jakarta-archive-avalon-cvs@jakarta.apache.org Received: (qmail 27138 invoked by uid 97); 25 Jun 2002 05:38:43 -0000 Mailing-List: contact avalon-cvs-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list avalon-cvs@jakarta.apache.org Received: (qmail 27127 invoked by uid 97); 25 Jun 2002 05:38:42 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: 25 Jun 2002 05:38:21 -0000 Message-ID: <20020625053821.17845.qmail@icarus.apache.org> From: donaldp@apache.org To: jakarta-avalon-excalibur-cvs@apache.org Subject: cvs commit: jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/kernel ComponentEntry.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N donaldp 2002/06/24 22:38:21 Modified: containerkit/src/java/org/apache/excalibur/containerkit/kernel ComponentEntry.java Log: Remove getName() helper method Revision Changes Path 1.7 +1 -11 jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/kernel/ComponentEntry.java Index: ComponentEntry.java =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/kernel/ComponentEntry.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ComponentEntry.java 25 Jun 2002 04:24:39 -0000 1.6 +++ ComponentEntry.java 25 Jun 2002 05:38:21 -0000 1.7 @@ -40,16 +40,6 @@ } /** - * Returns the componet entry name. The implementation returns the - * name of the underlying {@link ComponentMetaData} instance. - * @return the entry name - */ - public String getName() - { - return getMetaData().getName(); - } - - /** * Returns the underlying {@link ComponentMetaData} instance. * @return the component meta data instance */ -- To unsubscribe, e-mail: For additional commands, e-mail: