We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c231d commit a8b297eCopy full SHA for a8b297e
src/main/java/com/xenoamess/x8l/X8lTree.java
@@ -9,7 +9,7 @@ public class X8lTree {
9
public ContentNode root = null;
10
public Reader reader;
11
12
- public static X8lTree getX8lTree(Reader reader) {
+ public static X8lTree GetX8lTree(Reader reader) {
13
X8lTree res = new X8lTree(reader);
14
res.parse();
15
try {
0 commit comments