File tree Expand file tree Collapse file tree
biojava-core/src/main/java/org/biojava/nbio/core/sequence/io Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ private void parseReferenceTag(List<String[]> section) {
271271 headerParser .addReference (genbankReference );
272272 }
273273
274- private void parseVersionTag (List <String []> section ) {
274+ private void parseVersionTag (List <String []> section ) {
275275 String ver = section .get (0 )[1 ];
276276 Matcher m = vp .matcher (ver );
277277 if (m .matches ()) {
@@ -384,7 +384,7 @@ private void parseLocusTag(List<String[]> section) {
384384 // key->value tuples
385385 // reads an indented section, combining split lines and creating a list of
386386 // key->value tuples
387- private List <String []> readSection (BufferedReader bufferedReader ) {
387+ private List <String []> readSection (BufferedReader bufferedReader ) {
388388 List <String []> section = new ArrayList <>();
389389 String line ;
390390
You can’t perform that action at this time.
0 commit comments