updated javadoc author

Former-commit-id: b8ab72134701d8f4846c104e25fde499fdedb3e9
This commit is contained in:
Jeremy Long
2015-04-05 09:21:44 -04:00
parent 11716128df
commit eae04bb156

View File

@@ -23,7 +23,7 @@ import java.util.regex.Pattern;
* A simple PropertyType used to represent a string value that could be used as a regular expression or could be case
* insensitive. The equals method has been over-ridden so that the object will correctly compare to strings.
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
public class PropertyType {