mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-25 23:25:44 +00:00
Revert change in r7240 - different return type makes recovery from checkpoints from before the change fail
* CrawlController.java
getState() - return Object
This commit is contained in:
@@ -581,7 +581,7 @@ implements Serializable,
|
||||
/**
|
||||
* @return CrawlController state.
|
||||
*/
|
||||
public State getState() {
|
||||
public Object getState() {
|
||||
return this.state;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user