Skip to content

Commit e88637c

Browse files
committed
Changes for CONECT/LINK
1 parent 50c34d3 commit e88637c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

biojava-structure/src/main/java/org/biojava/nbio/structure/io/PDBFileParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2750,7 +2750,7 @@ else if ( params.isParseSecStruc()) {
27502750
else if (recordName.equals("TURN")) pdb_TURN_Handler( line ) ;
27512751
}
27522752
} catch (StringIndexOutOfBoundsException ex) {
2753-
logger.info("Unable to parse [" + line + "]");
2753+
logger.warn("Unable to parse [" + line + "]");
27542754
}
27552755

27562756

biojava-structure/src/test/java/org/biojava/nbio/structure/io/TestShortLines.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414

1515
/**
1616
* This class will test parsing short CONECT lines.
17-
* <p>(c) 2016 DNASTAR, Inc.</p>
18-
* @since Nov 30, 2016
19-
* @author larsonm
2017
*/
2118
public class TestShortLines {
2219

0 commit comments

Comments
 (0)