Fix @since for StrictHttpFirewall

This commit is contained in:
Johnny Lim 2018-03-27 21:26:00 +09:00 committed by Rob Winch
parent d07cfe655d
commit d20ed9f5c9

View File

@ -63,7 +63,7 @@ import java.util.Set;
*
* @see DefaultHttpFirewall
* @author Rob Winch
* @since 5.0.1
* @since 4.2.4
*/
public class StrictHttpFirewall implements HttpFirewall {
private static final String ENCODED_PERCENT = "%25";