Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rgfeldman committed Aug 29, 2016
1 parent 9b93c53 commit 8f067d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/edu/si/CDIS/SendToHotFolder.java
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ private void logFilesInDB () {
}
}

//commit so the last record is saved for this batch so another batch doesnt pick it up
try { if ( CDIS.getDamsConn() != null) CDIS.getDamsConn().commit(); } catch (Exception e) { e.printStackTrace(); }

}


Expand Down

0 comments on commit 8f067d7

Please sign in to comment.