JAL-3647 release notes for JAL-1842 JAL-3509 JAL-3881, JAL-3884 JAL-3632 JAL-3633...
[jalview.git] / unused / javajs / api / GenericLineReader.java
1 package javajs.api;
2
3 public interface GenericLineReader {
4   public String readNextLine() throws Exception;
5 }