This commit is contained in:
Nunzio Andrea Galante 2017-10-26 15:20:30 +00:00
parent a24185bf03
commit 3057697992
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class Algorithm {
}
public void setDescription(String description) {
this.description = description;
this.description = description.replace(": ", " ");
}
public String getCategory() {