Revision: 616
http://stripes.svn.sourceforge.net/stripes/?rev=616&view=rev
Author: bengunter
Date: 2007-10-10 19:10:42 -0700 (Wed, 10 Oct 2007)
Log Message:
-----------
Removed @Override from addParameter(...) because that method is declared in an
interface and that doesn't work with Java 5.
Modified Paths:
--------------
trunk/stripes/src/net/sourceforge/stripes/tag/FormTag.java
Modified: trunk/stripes/src/net/sourceforge/stripes/tag/FormTag.java
===================================================================
--- trunk/stripes/src/net/sourceforge/stripes/tag/FormTag.java 2007-10-11
01:52:02 UTC (rev 615)
+++ trunk/stripes/src/net/sourceforge/stripes/tag/FormTag.java 2007-10-11
02:10:42 UTC (rev 616)
@@ -425,7 +425,6 @@
* @param valueOrValues the parameter value(s)
* @see ParameterizableTag#addParameter(String, Object)
*/
- @Override
public void addParameter(String name, Object valueOrValues) {
urlBuilder.addParameter(name, valueOrValues);
}
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