Skip to content

Commit 4a52292

Browse files
committed
fix javadoc
1 parent 9f18e23 commit 4a52292

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/org/opensolaris/opengrok/web/Statistics.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* CDDL HEADER END
1818
*/
1919

20-
/*
20+
/*
2121
* Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
2222
*/
2323
package org.opensolaris.opengrok.web;
@@ -31,6 +31,7 @@
3131
import org.json.simple.JSONObject;
3232

3333
/**
34+
* Framework for statistics gathering. So far used only by the webapp.
3435
*
3536
* @author Krystof Tulinger
3637
*/
@@ -111,7 +112,7 @@ synchronized public void addRequest(String category) {
111112

112113
/**
113114
* Get value of given counter
114-
* @param category
115+
* @param category category
115116
* @return Long value
116117
*/
117118
synchronized public Long getRequest(String category) {

0 commit comments

Comments
 (0)