Fix the generation of the sign strings.
This commit is contained in:
parent
bd7397a929
commit
d2a6773522
@ -81,7 +81,7 @@ public class Cell {
|
|||||||
if(r.isEmpty()) {
|
if(r.isEmpty()) {
|
||||||
r = s.toString();
|
r = s.toString();
|
||||||
}else {
|
}else {
|
||||||
r += r + ";" + s.toString();
|
r += ";" + s.toString();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user