Not yet implemented
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2239 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -8,10 +8,10 @@ import java.io.Reader;
|
|||||||
public class JLS1_1 implements JLSVersion {
|
public class JLS1_1 implements JLSVersion {
|
||||||
|
|
||||||
public JavaParser createParser(InputStream in) {
|
public JavaParser createParser(InputStream in) {
|
||||||
return new JavaParser(in);
|
throw new RuntimeException("Not yet implemented");
|
||||||
}
|
}
|
||||||
|
|
||||||
public JavaParser createParser(Reader in) {
|
public JavaParser createParser(Reader in) {
|
||||||
return new JavaParser(in);
|
throw new RuntimeException("Not yet implemented");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user