Fix Javadoc errors spotted by @delvh

This commit is contained in:
2020-09-27 12:06:01 +02:00
parent 5daff3620e
commit ede50ed3e5
2 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,8 @@ package envoy.util;
import java.util.regex.Pattern;
/**
* Implements contact name validation.
*
* @author Kai S. K. Engelbart
* @since Envoy Common v0.1-beta
*/