Skip to content

Commit 9ddd999

Browse files
committed
enhance documentation
1 parent 26268d8 commit 9ddd999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/Main.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ public class Main {
1616
* @throws IOException
1717
*/
1818
public static void main(String[] args) throws IOException {
19-
String FilePath = "/Users/Bowen/eclipse-workspace/javaparser/testdata/HelloWorld.java";
20-
String outputDir = "/Users/Bowen/eclipse-workspace/javaparser/output/";
19+
String FilePath = "PATH/HelloWorld.java";
20+
String outputDir = "PATH/output/";
2121
File f = new File(FilePath);
2222
ASTGenerator astGenerator = new ASTGenerator(f);
2323
List<MyMethodNode> methodNodeList = astGenerator.getMethodNodeList();

0 commit comments

Comments
 (0)