Details
Description
The SeedUrl class currently doesn't provide a null constructor, and therefore can't correctly implement the Serializable interface to instantiate from JSON objects.
This patch adds a null constructor for the class.
The SeedUrl class currently doesn't provide a null constructor, and therefore can't correctly implement the Serializable interface to instantiate from JSON objects.
This patch adds a null constructor for the class.