Skip to content
Snippets Groups Projects
Commit a67d940c authored by as's avatar as
Browse files

organized classes

parent b1845af6
Branches
Tags
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package teetime.stage.opad; package teetime.stage.opad.filter;
import teetime.framework.AbstractConsumerStage; import teetime.framework.AbstractConsumerStage;
import teetime.framework.OutputPort; import teetime.framework.OutputPort;
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package teetime.stage.opad; package teetime.stage.opad.filter;
import static org.hamcrest.collection.IsIterableContainingInOrder.contains; import static org.hamcrest.collection.IsIterableContainingInOrder.contains;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
...@@ -27,6 +27,8 @@ import org.junit.Before; ...@@ -27,6 +27,8 @@ import org.junit.Before;
import org.junit.Ignore; import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import teetime.stage.opad.filter.AnomalyDetectionFilter;
import kieker.tools.opad.record.StorableDetectionResult; import kieker.tools.opad.record.StorableDetectionResult;
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment