Skip to content

Commit 1e8ce8a

Browse files
committed
remove TODO comments since 1162 has been solved
1 parent 5754670 commit 1e8ce8a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

zeppelin-server/src/main/java/org/apache/zeppelin/rest/NotebookRestApi.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@ private String ownerPermissionError(Set<String> current, Set<String> allowed) th
113113
@ZeppelinApi
114114
public Response putNotePermissions(@PathParam("noteId") String noteId, String req)
115115
throws IOException {
116-
/**
117-
* TODO(jl): Fixed the type of HashSet
118-
* https://issues.apache.org/jira/browse/ZEPPELIN-1162
119-
*/
120116
HashMap<String, HashSet<String>> permMap =
121117
gson.fromJson(req, new TypeToken<HashMap<String, HashSet<String>>>() {
122118
}.getType());

0 commit comments

Comments
 (0)