We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f18e23 commit 4a52292Copy full SHA for 4a52292
src/org/opensolaris/opengrok/web/Statistics.java
@@ -17,7 +17,7 @@
17
* CDDL HEADER END
18
*/
19
20
- /*
+/*
21
* Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
22
23
package org.opensolaris.opengrok.web;
@@ -31,6 +31,7 @@
31
import org.json.simple.JSONObject;
32
33
/**
34
+ * Framework for statistics gathering. So far used only by the webapp.
35
*
36
* @author Krystof Tulinger
37
@@ -111,7 +112,7 @@ synchronized public void addRequest(String category) {
111
112
113
114
* Get value of given counter
- * @param category
115
+ * @param category category
116
* @return Long value
117
118
synchronized public Long getRequest(String category) {
0 commit comments