mirror of https://github.com/MISP/misp-bump
parent
1a891aaaa8
commit
8c3b93e46e
|
@ -1,3 +1,3 @@
|
|||
# MISPBump
|
||||
|
||||
![Alt text](./screenshots/MispBump-poster-10.svg)
|
||||
![Alt text](./screenshots/poster-png.png)
|
||||
|
|
|
@ -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 |
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
Loading…
Reference in New Issue