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

organized classes

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