Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tiana528 committed Jul 5, 2024
1 parent 5e5dba2 commit 66f8bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ public String deserialize(JsonParser p, DeserializationContext ctxt) throws IOEx
ObjectNode root = mapper.readTree(p);
return root.toString();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ public String toString()
", settings='" + settings + '\'' +
'}';
}
}
}

0 comments on commit 66f8bb7

Please sign in to comment.