mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 12:39:03 +00:00
Remove unnecessary TODO from SimpleJsonParser
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ public class SimpleJsonParser implements JsonParser {
|
||||
if (json.startsWith("\"")) {
|
||||
return trimTrailingCharacter(trimLeadingCharacter(json, '"'), '"');
|
||||
}
|
||||
return json; // TODO: numbers maybe?
|
||||
return json;
|
||||
}
|
||||
|
||||
private static String trimTrailingCharacter(String string, char c) {
|
||||
|
||||
Reference in New Issue
Block a user