We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1a416 commit b21a283Copy full SHA for b21a283
biojava-structure/src/main/java/org/biojava/nbio/structure/io/mmcif/SimpleMMcifConsumer.java
@@ -1467,7 +1467,6 @@ public void newPdbxDatabaseStatus(PdbxDatabaseStatus status) {
1467
header = new PDBHeader();
1468
}
1469
1470
- // first entry in revision history is the release date
1471
try {
1472
Date depositionDate = dateFormat.parse(status.getRecvd_initial_deposition_date());
1473
header.setDepDate(depositionDate);
0 commit comments