revering serialzable change

This commit is contained in:
Ritvik Saraf 2018-09-03 04:40:35 +05:30
parent bf2d3deb03
commit 4ca23ab5c3
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import javax.annotation.Nullable;
import java.io.IOException;
import java.io.Serializable;
public abstract class Extractor implements Serializable{
public abstract class Extractor{
/**
* {@link StreamingService} currently related to this extractor.<br>
* Useful for getting other things from a service (like the url handlers for cleaning/accepting/get id from urls).