From 87e5e1ff652597c2e619d7e27a17dbb4458a6e72 Mon Sep 17 00:00:00 2001
From: as <asalveter@gmail.com>
Date: Tue, 3 Mar 2015 10:34:15 +0100
Subject: [PATCH] c

---
 .../java/teetime/stage/opad/AnomalyDetectionFilter.java     | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/main/java/teetime/stage/opad/AnomalyDetectionFilter.java b/src/main/java/teetime/stage/opad/AnomalyDetectionFilter.java
index 49b7b894..7d6870b6 100644
--- a/src/main/java/teetime/stage/opad/AnomalyDetectionFilter.java
+++ b/src/main/java/teetime/stage/opad/AnomalyDetectionFilter.java
@@ -1,4 +1,4 @@
-a/**
+/**
  * Copyright (C) 2015 TeeTime (http://teetime.sourceforge.net)
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -20,6 +20,8 @@ import teetime.framework.AbstractConsumerStage;
 import teetime.framework.InputPort;
 import teetime.framework.OutputPort;
 
+import kieker.tools.opad.record.StorableDetectionResult;
+
 /**
  *
  * This filter separates input values by their reach of a certain threshold (parameter). It takes events of type {@link StorableDetectionResult} and channels them
@@ -66,4 +68,4 @@ public class AnomalyDetectionFilter<T> extends AbstractConsumerStage<T> {
 		outputPortAll.send(element);
 
 	}
-}
\ No newline at end of file
+}
-- 
GitLab