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

/openjdk7/jdk/test/java/util/Formatter/
H A DFlush.java52 private static class NF implements Appendable, Closeable { class in class:Flush
62 throw new RuntimeException("NF.flush should not be called");
76 // NF.flush() not called since NF does not implement Flushable
98 test(new Formatter(new NF()));

Completed in 35 milliseconds