You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2002/12/15 20:34:34 UTC

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/reflect ReflectionUtils.java

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>