remove TODO comments since 1162 has been solved

This commit is contained in:
Kai Jiang 2016-10-23 20:23:01 -07:00
parent 575467055f
commit 1e8ce8acf2
No known key found for this signature in database
GPG key ID: B08C954C51E1CB23

View file

@ -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());