add override mechanism to ui

This commit is contained in:
Vincent Breitmoser
2017-04-29 02:21:48 +02:00
parent 0e3032a192
commit 11f10cf85f
6 changed files with 167 additions and 79 deletions

View File

@@ -30,7 +30,7 @@ import org.bouncycastle.util.encoders.Base64;
public abstract class SecurityProblem implements Serializable {
String getIdentifier() {
public String getIdentifier() {
if (!isIdentifiable()) {
return null;
}