Skip to content

Commit d02c2d2

Browse files
committed
maybe better to delete, can be recreated eventually needed
1 parent b342b92 commit d02c2d2

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

  • biojava-core/src/main/java/org/biojava/nbio/core/sequence/location

biojava-core/src/main/java/org/biojava/nbio/core/sequence/location/InsdcParser.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -163,20 +163,6 @@ public Location parse(String locationString) throws ParserException {
163163
return l;
164164
}
165165

166-
/**
167-
* Reader based version of the parse methods.
168-
*
169-
* @param reader The source of the data; assumes that end of the reader
170-
* stream is the end of the location string to parse
171-
* @return The parsed location
172-
* @throws IOException Thrown with any reader error
173-
* @throws ParserException Thrown with any error with parsing locations
174-
*/
175-
public List<AbstractLocation> parse(Reader reader) throws IOException, ParserException {
176-
// use parse(String s) instead!
177-
throw new UnsupportedOperationException("Not implemented yet.");
178-
}
179-
180166
private List<Location> parseLocationString(String string, int versus) throws ParserException {
181167
Matcher m;
182168
List<Location> boundedLocationsCollection = new ArrayList<Location>();

0 commit comments

Comments
 (0)