Searched defs:CONTENTS (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/javac/processing/filer/
H A DTestGetResource.java55 private static String CONTENTS = "Hello World."; field in class:TestGetResource
68 pw.print(CONTENTS);
74 if (!contents.equals(CONTENTS))
75 throw new RuntimeException("Expected \n\t" + CONTENTS +

Completed in 29 milliseconds