Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 69321 invoked from network); 15 Dec 2002 19:34:56 -0000 Received: from exchange.sun.com (HELO nagoya.betaversion.org) (192.18.33.10) by daedalus.apache.org with SMTP; 15 Dec 2002 19:34:56 -0000 Received: (qmail 16624 invoked by uid 97); 15 Dec 2002 19:35:53 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 16500 invoked by uid 97); 15 Dec 2002 19:35:52 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 16360 invoked by uid 97); 15 Dec 2002 19:35:52 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 15 Dec 2002 19:34:34 -0000 Message-ID: <20021215193434.83121.qmail@icarus.apache.org> From: scolebourne@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/reflect ReflectionUtils.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 scolebourne 2002/12/15 11:34:34 Modified: lang/src/java/org/apache/commons/lang/reflect ReflectionUtils.java Log: Make compile after ClassUtils method changed Revision Changes Path 1.5 +2 -2 jakarta-commons/lang/src/java/org/apache/commons/lang/reflect/ReflectionUtils.java Index: ReflectionUtils.java =================================================================== RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/reflect/ReflectionUtils.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ReflectionUtils.java 20 Nov 2002 22:31:40 -0000 1.4 +++ ReflectionUtils.java 15 Dec 2002 19:34:34 -0000 1.5 @@ -391,7 +391,7 @@ message = null; } StringBuffer buf = new StringBuffer(); - buf.append(ClassUtils.getShortClassName(th)); + buf.append(ClassUtils.getShortClassName(th, "")); buf.append(" while "); buf.append(desc); buf.append(" on Class '"); -- To unsubscribe, e-mail: For additional commands, e-mail: