generated from Nekojimi/JavaMavenTemplate
Disabled API searcher class for now.
This commit is contained in:
parent
fe210ad8d0
commit
039a91ed40
|
@ -5,26 +5,22 @@
|
|||
*/
|
||||
package moe.nekojimi.musicsearcher.providers;
|
||||
|
||||
import com.amihaiemil.eoyaml.YamlMapping;
|
||||
import java.util.List;
|
||||
import moe.nekojimi.musicsearcher.Result;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author jim
|
||||
*/
|
||||
public class ApiSearcher extends Searcher
|
||||
{
|
||||
|
||||
public ApiSearcher(YamlMapping yaml)
|
||||
{
|
||||
super(yaml);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected List<Result> doSearch(String query)
|
||||
{
|
||||
throw new UnsupportedOperationException("NYI");
|
||||
}
|
||||
|
||||
}
|
||||
//public class ApiSearcher extends Searcher
|
||||
//{
|
||||
//
|
||||
// public ApiSearcher(YamlMapping yaml)
|
||||
// {
|
||||
// super(yaml);
|
||||
// }
|
||||
//
|
||||
// @Override
|
||||
// protected List<Result> doSearch(String query)
|
||||
// {
|
||||
// throw new UnsupportedOperationException("NYI");
|
||||
// }
|
||||
//
|
||||
//}
|
||||
|
|
Loading…
Reference in New Issue