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
f52efc03
Commit
f52efc03
authored
Mar 31, 2022
by
Hiro
🏄
Browse files
Edit doc comment
parent
8eda1148
Pipeline
#34489
passed with stage
in 1 minute and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/torproject/metrics/collector/bridgedescs/SanitizedBridgeServerDescriptor.java
View file @
f52efc03
...
...
@@ -115,7 +115,7 @@ public class SanitizedBridgeServerDescriptor
}
scrubbed
.
newLine
();
/*
Replace
the contact line (if present)
with a generic one
. */
/*
Add
the contact line (if present). */
}
else
if
(
line
.
startsWith
(
"contact "
))
{
scrubbed
.
append
(
line
).
newLine
();
...
...
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