Clean up
authorJanus Varmarken <varmarken@gmail.com>
Fri, 11 May 2018 04:12:05 +0000 (21:12 -0700)
committerJanus Varmarken <varmarken@gmail.com>
Fri, 11 May 2018 04:12:05 +0000 (21:12 -0700)
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/FinAckPair.java

index fccc97a85373755a499beaf5426e112ae5d0f2e9..a4b10bc2a1def01fb79b92e32318767b64cf10de 100644 (file)
@@ -132,17 +132,3 @@ public class FinAckPair {
     }
 
 }
     }
 
 }
-
-//    /**
-//     * Sets the corresponding ACK packet in this {@code FinAckPair}.
-//     * The method internally verifies if the given {@code packet} does indeed correspond to the FIN packet in this pair.
-//     * @param packet The packet that is an ACK of the FIN in this pair.
-//     * @return {@code true} if the packet was successfully set, {@code false} otherwise (the packet did not correspond to the FIN packet in this pair).
-//     */
-//    public synchronized boolean setCorrespondingAckPacket(PcapPacket packet) {
-//        if (isCorrespondingAckPacket(packet)) {
-//            mCorrespondingAckPacket = packet;
-//            return true;
-//        }
-//        return false;
-//    }
\ No newline at end of file