This commit is contained in:
zzz
2010-11-27 13:48:01 +00:00
parent df4f40f6f4
commit 5b951b5b4b

View File

@ -55,7 +55,7 @@ public class FormHandler {
/**
* Call this to prevent changes using GET
*
* @param the request method
* @param val the request method
* @since 0.8.2
*/
public void storeMethod(String val) { _method = val; }