Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Apr 23, 2014
1 parent 80801ed commit 90cc241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Roaster
Roaster (formerly known as java-parser) is a library that allows easy parsing of java source files, introducing a fluent interface to manipulate Java source files, like adding fields, methods, annotations and so on.


Roaster.parse(JavaClass.class, "public class HelloWorld {}");
Roaster.parse(JavaClassSource.class, "public class HelloWorld {}");

0 comments on commit 90cc241

Please sign in to comment.