Show SuccessFilter.java syntax highlighted
/*
* This file is distributed under the GPL v2 as part of teastats site statistics package
* http://teastats.sourceforge.net
*/
package net.time4tea.webstats.filter.http;
/**
* Originally richja Apr 6, 2006
*/
public class SuccessFilter extends StatusCodeFilter {
public SuccessFilter() {
super(100, 399);
}
}
See more files for this project here