mirror of
https://github.com/torproject/collector.git
synced 2025-02-17 07:47:49 +00:00
Fix minor JavaDoc issue.
This commit is contained in:
parent
d3d63bb1d8
commit
38234a3788
@ -89,7 +89,7 @@ public enum Key {
|
||||
private static Set<String> keys;
|
||||
|
||||
/**
|
||||
* @param Class of key value.
|
||||
* @param clazz Class of key value.
|
||||
*/
|
||||
Key(Class clazz) {
|
||||
this.clazz = clazz;
|
||||
|
Loading…
x
Reference in New Issue
Block a user