mirror of
https://github.com/google/nomulus
synced 2026-09-19 06:32:00 +00:00
Update checkstyle.xml with many presubmit checks (#130)
* Update checkstyle.xml with many presubmit checks * Remove a comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user