Skip to content

Commit

Permalink
Merge branch '2.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 14, 2023
2 parents f52af45 + 8c7c55f commit d9837ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -801,11 +801,11 @@ private <T> T _reportInvalidNumber(String numStr, int base, Exception e) throws
base, numStr, e.getMessage()));
return null; // never gets here
}

/*
/**********************************************************
/**********************************************************************
/* String value handling
/**********************************************************
/**********************************************************************
*/

// For now we do not store char[] representation...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Unit tests for checking functioning of the underlying
* parser implementation.
*/
public class StreamingParseTest extends ModuleTestBase
public class StreamingYAMLParseTest extends ModuleTestBase
{
final YAMLMapper MAPPER = newObjectMapper();

Expand Down

0 comments on commit d9837ba

Please sign in to comment.