Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ecsec Public
reqesidta-prototype
client-signer
Commits
283db4f4
Commit
283db4f4
authored
Oct 11, 2019
by
Michael Rauh
Committed by
Tobias Wich
Oct 11, 2019
Browse files
Increase CIFCache prefix to V4
parent
3a21bc18
Changes
1
Show whitespace changes
Inline
Side-by-side
sal/middleware-sal/src/main/java/org/openecard/mdlw/sal/CIFCache.java
View file @
283db4f4
...
@@ -59,7 +59,7 @@ public class CIFCache {
...
@@ -59,7 +59,7 @@ public class CIFCache {
private
static
final
Logger
LOG
=
LoggerFactory
.
getLogger
(
CIFCache
.
class
);
private
static
final
Logger
LOG
=
LoggerFactory
.
getLogger
(
CIFCache
.
class
);
private
static
final
String
PREFIX
=
"V
3
_"
;
private
static
final
String
PREFIX
=
"V
4
_"
;
private
static
final
CIFCache
INST
=
new
CIFCache
();
private
static
final
CIFCache
INST
=
new
CIFCache
();
private
final
WSMarshaller
marshaller
;
private
final
WSMarshaller
marshaller
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment