Revision: 615
http://stripes.svn.sourceforge.net/stripes/?rev=615&view=rev
Author: bengunter
Date: 2007-10-10 18:52:02 -0700 (Wed, 10 Oct 2007)
Log Message:
-----------
Replaced tabs with spaces
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-10
04:38:07 UTC (rev 614)
+++ trunk/stripes/src/net/sourceforge/stripes/tag/FormTag.java 2007-10-11
01:52:02 UTC (rev 615)
@@ -197,7 +197,7 @@
setMethod("post");
}
- set("action", buildAction());
+ set("action", buildAction());
JspWriter out = getPageContext().getOut();
if (!isPartial()) {
@@ -425,8 +425,8 @@
* @param valueOrValues the parameter value(s)
* @see ParameterizableTag#addParameter(String, Object)
*/
- @Override
- public void addParameter(String name, Object valueOrValues) {
+ @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