updated javadoc author

Former-commit-id: 7b01912bb9e86f7545c6309637cecc1104fedef8
This commit is contained in:
Jeremy Long
2015-04-05 09:22:13 -04:00
parent b750a8c802
commit ed41abcf9d

View File

@@ -24,7 +24,7 @@ import java.util.logging.LogRecord;
* A simple log filter to limit the entries written to the verbose log file. The verbose log file uses the root logger
* as I couldn't get anything else to work; as such, this filter limits the log entries to specific classes.
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
public class LogFilter implements Filter {