Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mathieu GICQUEL
GTD Server
Commits
69e3078b
Commit
69e3078b
authored
Mar 31, 2021
by
Mathieu Gicquel
Browse files
Remove useless block -
#30
parent
c5fb9c50
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtd-server-main/src/main/java/fr/alma/gtd/server/main/reactor/Acceptor.java
View file @
69e3078b
...
...
@@ -27,7 +27,7 @@ public final class Acceptor {
*/
private
Acceptor
()
{
super
();
this
.
activeToken
=
new
ConcurrentHashMap
<
String
,
String
>();
this
.
activeToken
=
new
ConcurrentHashMap
<>();
}
/**
...
...
Write
Preview
Supports
Markdown
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