Revision: 595
          http://stripes.svn.sourceforge.net/stripes/?rev=595&view=rev
Author:   bengunter
Date:     2007-07-26 12:51:54 -0700 (Thu, 26 Jul 2007)

Log Message:
-----------
added @Override to Parameter.toString()

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

Modified: trunk/stripes/src/net/sourceforge/stripes/util/UrlBuilder.java
===================================================================
--- trunk/stripes/src/net/sourceforge/stripes/util/UrlBuilder.java      
2007-07-26 19:22:45 UTC (rev 594)
+++ trunk/stripes/src/net/sourceforge/stripes/util/UrlBuilder.java      
2007-07-26 19:51:54 UTC (rev 595)
@@ -60,6 +60,7 @@
             this.value = value;
         }
 
+        @Override
         public String toString() {
             return "" + this.name + "=" + this.value;
         }


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to