Skip to content

Commit

Permalink
Importer - Minor bugfix unlikely to affect anything.
Browse files Browse the repository at this point in the history
  • Loading branch information
danjasuw committed Apr 4, 2018
1 parent b0e941d commit fc6348d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ private void saveToDatabase( ProteinSequenceVersionDTO item ) throws Exception {
}
if ( smallestId != item.getId() ) {
deleteAllButRecordWithId( smallestId, item );
item.setId( smallestId );
}
}

Expand Down

0 comments on commit fc6348d

Please sign in to comment.