Kaydet (Commit) f6df4137 authored tarafından Noel Grandin's avatar Noel Grandin

cid#1326123 Copy-paste error

Change-Id: Ic4dd8d1abfd8bfbeab0a3b8465fa3f7b5a7dafca
üst db91f249
......@@ -748,7 +748,7 @@ public class ValueChanger {
newValue = BT4;
if (oldValue.equals(BT4))
newValue = BT5;
if (oldValue.equals(BT6))
if (oldValue.equals(BT5))
newValue = BT6;
if (oldValue.equals(BT6))
newValue = BT7;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment