mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-13 17:26:01 +00:00
* LinkContext.java
undo inadvertent introduction of class-serialization-format incompatibility
This commit is contained in:
@@ -28,7 +28,7 @@ import java.io.Serializable;
|
||||
* @author pjack
|
||||
*/
|
||||
public abstract class LinkContext implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
private static final long serialVersionUID = 4117965561244539334L;
|
||||
|
||||
|
||||
/** Class for representing handy default LinkContext values. */
|
||||
|
||||
Reference in New Issue
Block a user