Skip to content
GitLab
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
Onionoo
Commits
91588c98
Commit
91588c98
authored
Aug 21, 2018
by
Karsten Loesing
Browse files
Remove an unnecessary return statement.
parent
b8e3e95f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/torproject/onionoo/server/RequestHandler.java
View file @
91588c98
...
...
@@ -209,7 +209,6 @@ public class RequestHandler {
private
void
filterByType
()
{
if
(
this
.
type
==
null
)
{
/* Not filtering by type. */
return
;
}
else
if
(
this
.
type
.
equals
(
"relay"
))
{
this
.
filteredBridges
.
clear
();
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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