This is an automated email from the ASF dual-hosted git repository.
krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new 03e818d KNOX-1742 - Fix javadoc warning
03e818d is described below
commit 03e818d776f82f957c7b9f03916066ef7f7c1d24
Author: Kevin Risden <[email protected]>
AuthorDate: Thu Jan 23 12:02:18 2020 -0500
KNOX-1742 - Fix javadoc warning
---
.../src/main/java/org/apache/knox/gateway/shell/KnoxSession.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/gateway-shell/src/main/java/org/apache/knox/gateway/shell/KnoxSession.java
b/gateway-shell/src/main/java/org/apache/knox/gateway/shell/KnoxSession.java
index 9e4983f..563dcd8 100644
--- a/gateway-shell/src/main/java/org/apache/knox/gateway/shell/KnoxSession.java
+++ b/gateway-shell/src/main/java/org/apache/knox/gateway/shell/KnoxSession.java
@@ -602,7 +602,7 @@ public class KnoxSession implements Closeable {
/**
* Persist provided Map to a file within the {user.home}/.knoxshell directory
- * @param <T>
+ * @param <T> type of the value in the map
* @param fileName of persisted file
* @param map to persist
*/