mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
remove TODO comments since 1162 has been solved
This commit is contained in:
parent
575467055f
commit
1e8ce8acf2
1 changed files with 0 additions and 4 deletions
|
|
@ -113,10 +113,6 @@ public class NotebookRestApi {
|
|||
@ZeppelinApi
|
||||
public Response putNotePermissions(@PathParam("noteId") String noteId, String req)
|
||||
throws IOException {
|
||||
/**
|
||||
* TODO(jl): Fixed the type of HashSet
|
||||
* https://issues.apache.org/jira/browse/ZEPPELIN-1162
|
||||
*/
|
||||
HashMap<String, HashSet<String>> permMap =
|
||||
gson.fromJson(req, new TypeToken<HashMap<String, HashSet<String>>>() {
|
||||
}.getType());
|
||||
|
|
|
|||
Loading…
Reference in a new issue