X-Git-Url: http://plrg.eecs.uci.edu/git/?p=pingpong.git;a=blobdiff_plain;f=Code%2FProjects%2FSmartPlugDetector%2Fsrc%2Fmain%2Fjava%2Fedu%2Fuci%2Fiotproject%2FFlowPatternFinder.java;h=27c35273ddce410c636880ef987afe4f60b1018e;hp=112a713c88d35902eaf9c336b74a5218fc83724d;hb=15ab78667863e9ed9b9d1523cdd02d8f45aaf1e6;hpb=d6811300bb7298aba58367896c46fab5a4a1482d diff --git a/Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/FlowPatternFinder.java b/Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/FlowPatternFinder.java index 112a713..27c3527 100644 --- a/Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/FlowPatternFinder.java +++ b/Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/FlowPatternFinder.java @@ -27,7 +27,7 @@ import java.util.concurrent.*; * {@link FlowPattern} (in that one end/party of said conversations matches the hostname(s) specified by the given * {@code FlowPattern}). * These potential matches are then examined on background worker thread(s) to determine if they are indeed a (complete) - * matches of the provided {@code FlowPattern}. + * match of the provided {@code FlowPattern}. *

* * @author Janus Varmarken {@literal }