mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 08:57:12 +02:00
Remove stale TODO on Javadoc for Registrar.PUBLICLY_VISIBLE_TYPES
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136078171
This commit is contained in:
parent
94af94ddff
commit
3dbcee55bd
1 changed files with 2 additions and 2 deletions
|
@ -174,9 +174,9 @@ public class Registrar extends ImmutableObject implements Buildable, Jsonifiable
|
||||||
/**
|
/**
|
||||||
* The types for which a {@link Registrar} should be included in WHOIS and RDAP output. We exclude
|
* The types for which a {@link Registrar} should be included in WHOIS and RDAP output. We exclude
|
||||||
* registrars of type TEST. We considered excluding INTERNAL as well, but decided that
|
* registrars of type TEST. We considered excluding INTERNAL as well, but decided that
|
||||||
* troubleshooting would be easier with INTERNAL registrars visible.
|
* troubleshooting would be easier with INTERNAL registrars visible. Before removing other types
|
||||||
|
* from view, carefully consider the effect on things like prober monitoring and OT&E.
|
||||||
*/
|
*/
|
||||||
//TODO(b/27274151): Expand documentation of this field.
|
|
||||||
private static final ImmutableSet<Type> PUBLICLY_VISIBLE_TYPES =
|
private static final ImmutableSet<Type> PUBLICLY_VISIBLE_TYPES =
|
||||||
immutableEnumSet(
|
immutableEnumSet(
|
||||||
Type.REAL, Type.PDT, Type.OTE, Type.EXTERNAL_MONITORING, Type.MONITORING, Type.INTERNAL);
|
Type.REAL, Type.PDT, Type.OTE, Type.EXTERNAL_MONITORING, Type.MONITORING, Type.INTERNAL);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue