Revision: 446
          http://svn.sourceforge.net/stripes/?rev=446&view=rev
Author:   tfenne
Date:     2006-10-24 05:06:07 -0700 (Tue, 24 Oct 2006)

Log Message:
-----------
Added a simple toString() to Node to make debugging a little easier.

Modified Paths:
--------------
    trunk/stripes/src/net/sourceforge/stripes/util/bean/Node.java

Modified: trunk/stripes/src/net/sourceforge/stripes/util/bean/Node.java
===================================================================
--- trunk/stripes/src/net/sourceforge/stripes/util/bean/Node.java       
2006-10-20 12:14:57 UTC (rev 445)
+++ trunk/stripes/src/net/sourceforge/stripes/util/bean/Node.java       
2006-10-24 12:06:07 UTC (rev 446)
@@ -68,4 +68,7 @@
     /** Sets the previous node in the expression. */
     protected void setPrevious(Node previous) { this.previous = previous; }
 
+
+    /** Simple toString that returns the text that constructed this node. */
+    public String toString() { return stringValue; }
 }


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

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to