Skip to content

Commit

Permalink
Merge pull request #354 from usdot-jpo-ode/tim-thread-fix
Browse files Browse the repository at this point in the history
Synchronize depositTim method
  • Loading branch information
mvs5465 committed Jun 28, 2019
2 parents e196e67 + fe7a29d commit 0b906ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public TimDepositController(OdeProperties odeProperties) {
* @param verb
* @return
*/
public ResponseEntity<String> depositTim(String jsonString, RequestVerb verb) {
public synchronized ResponseEntity<String> depositTim(String jsonString, RequestVerb verb) {

if (null == jsonString || jsonString.isEmpty()) {
String errMsg = "Empty request.";
Expand Down

0 comments on commit 0b906ec

Please sign in to comment.