Skip to content
Snippets Groups Projects
Commit 8b81a27f authored by mbrodhu's avatar mbrodhu
Browse files

restoken problems

parent 8239e700
No related branches found
No related tags found
No related merge requests found
......@@ -66,8 +66,8 @@ public class RecordDelivererIDIOM extends RecordDelivererAbstract {
if (!idInDatabase.contains(".0")) {
changedId = changedId.substring(0,changedId.length() - 1) + "0";
//changedId = changedId + ".0";
//changedId = changedId.substring(0,changedId.length() - 1) + "0";
changedId = changedId + ".0";
}
if(changedId.contains(".1")) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment