You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by paulk-asert <gi...@git.apache.org> on 2016/10/07 07:32:24 UTC

[GitHub] groovy pull request #371: Serialization options for JsonOutput

Github user paulk-asert commented on a diff in the pull request:

    https://github.com/apache/groovy/pull/371#discussion_r82341071
  
    --- Diff: subprojects/groovy-json/src/main/java/groovy/json/JsonOutput.java ---
    @@ -492,7 +171,7 @@ private static void writeIterator(Iterator<?> iterator, CharBuf buffer) {
          */
         public static String prettyPrint(String jsonPayload) {
             int indentSize = 0;
    -        // Just a guess that the pretty view will take 20 percent more than original.
    +        // Just a guess that the pretty view will take a 20 percent more than original.
    --- End diff --
    
    why is 'a' added in above comment? Should it be 'about' or just a spurious typo?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---