AESSecurity singleton again

poster is png now
pull/5/head
Felix Prahl-Kamps 2018-09-05 20:17:33 +02:00
parent 1a891aaaa8
commit 8c3b93e46e
4 changed files with 6 additions and 12111 deletions

View File

@ -1,3 +1,3 @@
# MISPBump
![Alt text](./screenshots/MispBump-poster-10.svg)
![Alt text](./screenshots/poster-png.png)

View File

@ -148,14 +148,10 @@ public class AESSecurity {
public static AESSecurity getInstance() {
//todo: make singleton again
if(instance == null) {
instance = new AESSecurity();
}
// if(instance == null) {
// instance = new AESSecurity();
// }
//
// return instance;
return new AESSecurity();
return instance;
}
}
}

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 2.1 MiB

BIN
screenshots/poster-png.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB