mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 19:48:32 +02:00
Update checkstyle.xml with many presubmit checks (#130)
* Update checkstyle.xml with many presubmit checks * Remove a comment
This commit is contained in:
parent
34a28e871e
commit
3b3f350abe
3 changed files with 50 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue