JAL-4012 tweak release notes wording for legacy.uniprot
[jalview.git] / unused / javajs / api / GenericLineReader.java
1 package javajs.api;
2
3 public interface GenericLineReader {
4   public String readNextLine() throws Exception;
5 }