Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2701#discussion_r192757264
--- Diff: storm-client/src/jvm/org/apache/storm/utils/VersionedStore.java
---
@@ -25,9 +25,17 @@
private String _root;
- public VersionedStore(String path) throws IOException {
+ /**
+ * Creates a store at the given path.
+ *
+ * @path The path for the store
--- End diff --
Should be
`@param path The path for the store`---
