Revision: 1210
          http://stripes.svn.sourceforge.net/stripes/?rev=1210&view=rev
Author:   bengunter
Date:     2009-10-27 19:31:33 +0000 (Tue, 27 Oct 2009)

Log Message:
-----------
Applied fix for STS-712 from trunk

Modified Paths:
--------------
    
branches/1.5.x/stripes/src/net/sourceforge/stripes/action/ActionBeanContext.java

Modified: 
branches/1.5.x/stripes/src/net/sourceforge/stripes/action/ActionBeanContext.java
===================================================================
--- 
branches/1.5.x/stripes/src/net/sourceforge/stripes/action/ActionBeanContext.java
    2009-10-27 19:30:29 UTC (rev 1209)
+++ 
branches/1.5.x/stripes/src/net/sourceforge/stripes/action/ActionBeanContext.java
    2009-10-27 19:31:33 UTC (rev 1210)
@@ -257,7 +257,7 @@
      */
     @Override
     public String toString() {
-        return "ActionBeanContext{" +
+        return getClass().getName() + "{" +
             "eventName='" + eventName + "'" +
             ", validationErrors=" + validationErrors +
             "}";


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to