Update of /cvsroot/displaytag/display09/src/org/displaytag/exception
In directory sc8-pr-cvs1:/tmp/cvs-serv13162/src/org/displaytag/exception

Modified Files:
        ObjectLookupException.java 
Log Message:
fixed wrong log/exception message

Index: ObjectLookupException.java
===================================================================
RCS file: 
/cvsroot/displaytag/display09/src/org/displaytag/exception/ObjectLookupException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ObjectLookupException.java  29 Jun 2003 21:40:31 -0000      1.2
--- ObjectLookupException.java  30 Jun 2003 21:33:15 -0000      1.3
***************
*** 23,27 ****
                                + pBeanProperty
                                + "\" in object type \""
!                               + (pBeanObject != null ? "null" : 
pBeanObject.getClass().getName())
                                + "\"",
                        pCause);
--- 23,27 ----
                                + pBeanProperty
                                + "\" in object type \""
!                               + (pBeanObject == null ? "null" : 
pBeanObject.getClass().getName())
                                + "\"",
                        pCause);




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to