mirror of
https://github.com/google/nomulus
synced 2026-01-07 05:56:49 +00: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:
@@ -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
|
||||
* 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 =
|
||||
immutableEnumSet(
|
||||
Type.REAL, Type.PDT, Type.OTE, Type.EXTERNAL_MONITORING, Type.MONITORING, Type.INTERNAL);
|
||||
|
||||
Reference in New Issue
Block a user