Merge branch 'bug/JAL-3973_source_tarball_not_building' into develop
[jalview.git] / unused / javajs / api / GenericLineReader.java
1 package javajs.api;
2
3 public interface GenericLineReader {
4   public String readNextLine() throws Exception;
5 }