Skip to content

Commit

Permalink
DebugUiConfig doesn't need to be Serializable
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Dec 4, 2024
1 parent c6c6c3b commit 8395345
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.node.MissingNode;
import java.io.Serializable;
import java.util.List;
import org.opentripplanner.standalone.config.debuguiconfig.BackgroundTileLayer;
import org.opentripplanner.standalone.config.framework.json.NodeAdapter;
Expand All @@ -14,7 +13,7 @@
/**
* This class is an object representation of the 'debug-ui-config.json'.
*/
public class DebugUiConfig implements Serializable {
public class DebugUiConfig {

private static final Logger LOG = LoggerFactory.getLogger(DebugUiConfig.class);

Expand Down

0 comments on commit 8395345

Please sign in to comment.