google-nomulus/java/google/registry/model/registry/label
mcilwain b03bd3b525 Remove UNRESERVED as a reservation type
This is a follow-up to Lai's refactoring of the get reservation types
code to return a set rather than a single type. Since we're always
returning a set now, the more natural way to represent a label that is
not reserved is to return an empty set rather than a set containing
UNRESERVED.

Also fixes some minor style issues I ran across regarding static
importing and test method naming that I ran across (no logic
implications).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=151132116
2017-03-27 13:31:33 -04:00
..
BaseDomainLabelList.java Read from bloom filter for premium pricing checks 2017-02-27 11:22:21 -05:00
DomainLabelEntry.java Add a new reservation type to support nameserver restrictions 2017-03-21 14:56:31 -04:00
DomainLabelMetrics.java Remove UNRESERVED as a reservation type 2017-03-27 13:31:33 -04:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
PremiumList.java Capitalize the Bloom in Bloom filter in comments 2017-03-21 15:30:30 -04:00
PremiumListUtils.java Capitalize the Bloom in Bloom filter in comments 2017-03-21 15:30:30 -04:00
ReservationType.java Remove UNRESERVED as a reservation type 2017-03-27 13:31:33 -04:00
ReservedList.java Remove UNRESERVED as a reservation type 2017-03-27 13:31:33 -04:00