Issue #1. This just updates the comments
[captive-validator.git] / src / com / verisign / tat / dnssec / DnsSecVerifier.java
index 18441d8..1eb78c6 100644 (file)
@@ -109,7 +109,7 @@ public class DnsSecVerifier {
         // Algorithm configuration
 
         // For now, we just accept new identifiers for existing algorithms.
-        // FIXME: handle private identifiers.
+        // TODO: handle private identifiers.
         List<Util.ConfigEntry> aliases = Util.parseConfigPrefix(config, "dns.algorithm.");
 
         for (Util.ConfigEntry entry : aliases) {