Issue #1. This just updates the comments
[captive-validator.git] / src / com / verisign / tat / dnssec / DnsKeyConverter.java
index 4245f5c..42c459b 100644 (file)
@@ -106,9 +106,8 @@ public class DnsKeyConverter
         try {
             return new DNSKEYRecord(name, dclass, ttl, flags, DNSKEYRecord.Protocol.DNSSEC, alg, key);
         } catch (DNSSECException e) {
-            // FIXME: this mimics the behavior of
-            // KEYConverter.buildRecord(), which would return null if
-            // the algorithm was unknown.
+            // This mimics the behavior of KEYConverter.buildRecord(), which
+            // would return null if the algorithm was unknown.
             return null;
         }
     }