Update checkstyle.xml with many presubmit checks (#130)

* Update checkstyle.xml with many presubmit checks

* Remove a comment
This commit is contained in:
gbrodman 2019-07-02 10:35:32 -04:00 committed by GitHub
parent 34a28e871e
commit 3b3f350abe
3 changed files with 50 additions and 1 deletions

View file

@ -104,7 +104,7 @@ public class DomainBase extends EppResource
* from (creationTime, deletionTime) there can only be one domain in Datastore with this name.
* However, there can be many domains with the same name and non-overlapping lifetimes.
*
* @invariant fullyQualifiedDomainName == fullyQualifiedDomainName.toLowerCase()
* @invariant fullyQualifiedDomainName == fullyQualifiedDomainName.toLowerCase(Locale.ENGLISH)
*/
@Index
String fullyQualifiedDomainName;