We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d13a7 commit de19091Copy full SHA for de19091
yaml/src/main/java/com/fasterxml/jackson/dataformat/yaml/YAMLGenerator.java
@@ -653,7 +653,7 @@ public final void writeEndObject() throws IOException
653
*/
654
655
@Override
656
- public void writeString(String text) throws IOException,JsonGenerationException
+ public void writeString(String text) throws IOException, JsonGenerationException
657
{
658
if (text == null) {
659
writeNull();
0 commit comments