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

View File

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