We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e6ce4 commit b342b92Copy full SHA for b342b92
1 file changed
biojava-core/src/main/java/org/biojava/nbio/core/sequence/location/InsdcParser.java
@@ -174,7 +174,7 @@ public Location parse(String locationString) throws ParserException {
174
*/
175
public List<AbstractLocation> parse(Reader reader) throws IOException, ParserException {
176
// use parse(String s) instead!
177
- return null;
+ throw new UnsupportedOperationException("Not implemented yet.");
178
}
179
180
private List<Location> parseLocationString(String string, int versus) throws ParserException {
0 commit comments