Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 8cc3c83e authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

- add dialog for manage keystore

parent 3a578a4a
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,6 @@ public class DBConfiguration implements Serializable {
@Override
public int hashCode() {
return Objects.hash(property);
}
}
......@@ -91,9 +91,6 @@ public class PropertiesConfig {
em.close();
}
}
;
return prop;
}
......@@ -120,6 +117,7 @@ public class PropertiesConfig {
case KEYSTORE_FILENAME:
case KEYSTORE_PASSWORD:
case ENCRYPTION_FILENAME:
case KEYSTORE_PASSWORD_DECRYPTED:
// skip value
break;
default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment