X-Git-Url: https://blacka.com/cgi-bin/gitweb.cgi?p=captive-validator.git;a=blobdiff_plain;f=src%2Fcom%2Fverisign%2Ftat%2Fdnssec%2FValUtils.java;fp=src%2Fcom%2Fverisign%2Ftat%2Fdnssec%2FValUtils.java;h=e9246f552973cc0f78fcff27130ea7d0ee97a0c9;hp=4b8d1cf21af7928458f1f8164a456302144a85bb;hb=fd9e15e51dfb1139b19bacb81e55054579dde230;hpb=a423e6974a2f4981f620b25fda82af9301d55678 diff --git a/src/com/verisign/tat/dnssec/ValUtils.java b/src/com/verisign/tat/dnssec/ValUtils.java index 4b8d1cf..e9246f5 100644 --- a/src/com/verisign/tat/dnssec/ValUtils.java +++ b/src/com/verisign/tat/dnssec/ValUtils.java @@ -131,7 +131,7 @@ public class ValUtils { * null if the response isn't signed. */ public Name findSigner(SMessage m) { - // FIXME: this used to classify the message, then look in the pertinent + // This used to classify the message, then look in the pertinent // section. Now we just find the first RRSIG in the ANSWER and AUTHORIY // sections. for (int section = Section.ANSWER; section < Section.ADDITIONAL; ++section) {