Skip to content
Snippets Groups Projects
Commit 50ecd426 authored by Christian Wulf's avatar Christian Wulf
Browse files

moved FileSearcher

parent 489e784b
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import teetime.framework.FileSearcher;
import teetime.util.classpath.FileSearcher;
public final class PipeFactoryLoader {
......
package teetime.framework;
package teetime.util.classpath;
import java.io.IOException;
import java.net.URL;
......
package teetime.framework;
package teetime.util.classpath;
import java.io.IOException;
import java.net.URL;
......@@ -7,6 +7,8 @@ import java.util.List;
import org.junit.Assert;
import org.junit.Test;
import teetime.util.classpath.FileSearcher;
public class FileSearcherTest {
public FileSearcherTest() {}
......
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