[SNMP4J] is there careless mistake?

Yaomin Yang yaomin at exavio.com.cn
Thu Nov 18 04:13:06 CET 2004


In class PDU, 
public boolean isConfirmedPdu() {
    return ((type != PDU.REPORT) && (type != PDU.REPORT) &&  
              ~~~~~~~~~~~~~~~~~        ~~~~~~~~~~~~~~~~~why?
            (type != PDU.TRAP) && (type != PDU.V1TRAP));
  }


More information about the SNMP4J mailing list