From: Janus Varmarken Date: Fri, 11 May 2018 04:12:05 +0000 (-0700) Subject: Clean up X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d97c89ab234e401d282ca1f66fde3d4626845166;p=pingpong.git Clean up --- diff --git a/Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/FinAckPair.java b/Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/FinAckPair.java index fccc97a..a4b10bc 100644 --- a/Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/FinAckPair.java +++ b/Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/FinAckPair.java @@ -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