Skip to content

Commit

Permalink
Fixes #826
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Hollmann committed May 27, 2020
1 parent 92e3b4e commit 30d3f63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ public void updateFeatureOfInterestGeometry(AbstractFeatureEntity featureOfInter
} else {
featureOfInterest.setGeometry(geom);
}
session.saveOrUpdate(featureOfInterest);
session.merge(featureOfInterest);
}
}

Expand Down

0 comments on commit 30d3f63

Please sign in to comment.