Skip to content

Commit

Permalink
Merge branch 'master' of github.com:forge/roaster
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Feb 24, 2017
2 parents 2ff2b5e + dc89376 commit b79049c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Example:
List<Problem> problem = Roaster.validateSnippet("public class HelloWorld {}");
// problem.size() == 0
List<Problem> problem = Roaster.validateSnippet(""public class MyClass {");
List<Problem> problem = Roaster.validateSnippet("public class MyClass {");
// problem.size() == 1 containing a new Problem("Syntax error, insert \"}\" to complete ClassBody", 21, 21, 1)
```
Expand Down

0 comments on commit b79049c

Please sign in to comment.