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
The Tor Project
Network Health
Metrics
Collector
Commits
9362df25
Commit
9362df25
authored
Jan 08, 2022
by
Hiro
🏄
Browse files
Fix style checks
parent
4403719f
Pipeline
#23095
passed with stage
in 2 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/torproject/metrics/collector/relaydescs/RelayDescriptorDownloader.java
View file @
9362df25
...
...
@@ -813,7 +813,7 @@ public class RelayDescriptorDownloader {
if
(
authorityIndex
!=
-
1
)
{
String
authority
=
this
.
authoritiesStatic
.
get
(
authorityIndex
);
if
(!
descriptorIdentifiers
.
containsKey
(
authority
))
{
if
(!
descriptorIdentifiers
.
containsKey
(
authority
))
{
descriptorIdentifiers
.
put
(
authority
,
new
ArrayList
<
String
>());
}
descriptorIdentifiers
.
get
(
authority
).
add
(
descriptorIdentifier
);
...
...
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