commit f1654b3e818be9c9531b8e57dea6263a8997adaf Author: Karsten Loesing karsten.loesing@gmx.net Date: Tue Aug 28 09:07:58 2018 +0200
Fix two Checkstyle issues. --- .../java/org/torproject/metrics/exonerator/QueryResponse.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/main/java/org/torproject/metrics/exonerator/QueryResponse.java b/src/main/java/org/torproject/metrics/exonerator/QueryResponse.java index b40b65f..e920ecf 100644 --- a/src/main/java/org/torproject/metrics/exonerator/QueryResponse.java +++ b/src/main/java/org/torproject/metrics/exonerator/QueryResponse.java @@ -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
tor-commits@lists.torproject.org