File tree Expand file tree Collapse file tree
biojava-core/src/main/java/org/biojava/nbio/core/sequence/location Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >();
You can’t perform that action at this time.
0 commit comments