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
Exonerator
Commits
f1654b3e
Commit
f1654b3e
authored
Aug 28, 2018
by
Karsten Loesing
Browse files
Fix two Checkstyle issues.
parent
b8dbfe1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/torproject/metrics/exonerator/QueryResponse.java
View file @
f1654b3e
...
...
@@ -37,10 +37,14 @@ public class QueryResponse {
/** Version of this response format. */
String
version
=
VERSION
;
/** Query IP address passed in the request; never {@code null}. */
/**
* Query IP address passed in the request; never {@code null}.
*/
String
queryAddress
;
/** Query date passed in the request; never {@code null}. */
/**
* Query date passed in the request; never {@code null}.
*/
String
queryDate
;
/** ISO-formatted valid-after time of the first status contained in the
...
...
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