Return-Path: Delivered-To: apmail-avalon-cvs-archive@avalon.apache.org Received: (qmail 60510 invoked by uid 500); 4 Apr 2003 22:26:55 -0000 Mailing-List: contact cvs-help@avalon.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 cvs@avalon.apache.org Received: (qmail 60499 invoked by uid 500); 4 Apr 2003 22:26:55 -0000 Received: (qmail 60496 invoked from network); 4 Apr 2003 22:26:54 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 4 Apr 2003 22:26:54 -0000 Received: (qmail 71653 invoked by uid 1195); 4 Apr 2003 22:26:58 -0000 Date: 4 Apr 2003 22:26:58 -0000 Message-ID: <20030404222658.71652.qmail@icarus.apache.org> From: donaldp@apache.org To: avalon-phoenix-cvs@apache.org Subject: cvs commit: avalon-phoenix/src/test/org/apache/avalon/phoenix/test/data Component4.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N donaldp 2003/04/04 14:26:57 Modified: src/test/org/apache/avalon/phoenix/test/data Component4.java Log: Dont use deprecated ctor Revision Changes Path 1.8 +2 -2 avalon-phoenix/src/test/org/apache/avalon/phoenix/test/data/Component4.java Index: Component4.java =================================================================== RCS file: /home/cvs/avalon-phoenix/src/test/org/apache/avalon/phoenix/test/data/Component4.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- Component4.java 22 Mar 2003 12:07:17 -0000 1.7 +++ Component4.java 4 Apr 2003 22:26:57 -0000 1.8 @@ -115,7 +115,7 @@ { final String message = "Expected to get service " + name; - throw new ServiceException( message ); + throw new ServiceException( name, message ); } else if( !( service1 instanceof Service2 ) ) { --------------------------------------------------------------------- To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org For additional commands, e-mail: cvs-help@avalon.apache.org