JAL-4004 add the autogenerated whatsNew.html and releases.html to .gitignore
[jalview.git] / unused / javajs / api / GenericLineReader.java
1 package javajs.api;
2
3 public interface GenericLineReader {
4   public String readNextLine() throws Exception;
5 }