revering serialzable change
This commit is contained in:
parent
bf2d3deb03
commit
4ca23ab5c3
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue