mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 16:28:56 +00:00
removed a System.out.println()
Signed-off-by: Moritz Eysholdt <moritz.eysholdt@typefox.io>
This commit is contained in:
parent
a22ae0fda2
commit
b717ec5b87
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ public abstract class AbstractReaderTest extends AbstractXtextTests {
|
|||
// URL resource = getClass().getClassLoader().getResource();
|
||||
File base = new File("./src/"+getClass().getName().replace('.', '/') + ".java");
|
||||
URI fileURI = URI.createFileURI(base.getAbsolutePath());
|
||||
System.out.println(fileURI);
|
||||
// System.out.println(fileURI);
|
||||
// this is a hack used in order to get a file URI for a bundleresource:/ URL
|
||||
// File f = (File) get(resource,"handler.bundleEntry.file");
|
||||
// if (f!=null)
|
||||
|
|
Loading…
Reference in a new issue