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
Library
Commits
7cdf54d7
Commit
7cdf54d7
authored
Aug 09, 2021
by
Hiro
🏄
Browse files
Fix code style
parent
fbce0660
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/torproject/descriptor/impl/ServerDescriptorImpl.java
View file @
7cdf54d7
...
...
@@ -303,8 +303,7 @@ public abstract class ServerDescriptorImpl extends DescriptorImpl
if
(
overloadGeneralVersion
!=
1
)
{
throw
new
DescriptorParseException
(
"Unknown version number for line '"
+
line
+
"' in extra-info descriptor."
);
}
else
{
}
else
{
this
.
overloadGeneralVersion
=
overloadGeneralVersion
;
}
if
(
partsNoOpt
.
length
<
4
)
{
...
...
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