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:
mcilwain 2016-10-13 13:24:37 -07:00 committed by Ben McIlwain
parent 94af94ddff
commit 3dbcee55bd

View file

@ -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);