From d97c89ab234e401d282ca1f66fde3d4626845166 Mon Sep 17 00:00:00 2001 From: Janus Varmarken Date: Thu, 10 May 2018 21:12:05 -0700 Subject: [PATCH] Clean up --- .../main/java/edu/uci/iotproject/FinAckPair.java | 14 -------------- 1 file changed, 14 deletions(-) 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 -- 2.34.1