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
dCache
dcache-cta
Commits
c88173d4
Commit
c88173d4
authored
Nov 17, 2021
by
Tigran Mkrtchyan
☕
Browse files
src: make some fields final
parent
6546593b
Pipeline
#12901
passed with stages
in 3 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/dcache/nearline/cta/xrootd/DataMover.java
View file @
c88173d4
...
@@ -42,8 +42,8 @@ public class DataMover extends AbstractIdleService implements CtaTransportProvid
...
@@ -42,8 +42,8 @@ public class DataMover extends AbstractIdleService implements CtaTransportProvid
private
static
final
Logger
LOGGER
=
LoggerFactory
.
getLogger
(
DataMover
.
class
);
private
static
final
Logger
LOGGER
=
LoggerFactory
.
getLogger
(
DataMover
.
class
);
private
ServerBootstrap
server
;
private
final
ServerBootstrap
server
;
private
CompletableFuture
<
Void
>
cf
=
new
CompletableFuture
<>();
private
final
CompletableFuture
<
Void
>
cf
=
new
CompletableFuture
<>();
private
final
EventLoopGroup
bossGroup
;
private
final
EventLoopGroup
bossGroup
;
private
final
EventLoopGroup
workerGroup
;
private
final
EventLoopGroup
workerGroup
;
...
...
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