javaparser-visited
javaparser-visited copied to clipboard
[EDITORIAL] Example uses File; text describes FileInputStream
trafficstars
- p 11 has a
CompilationUnit cu = StaticJavaParser.parse(new File(FILE_PATH));
... p 12 describes that invokcation as the StaticJavaParser taking a FileInputStream (which you don't have to close). ... I think the example changed from a FileInputStream to a File without the description changing.