GitHub user monsieurp reopened a pull request:
https://github.com/apache/zeppelin/pull/2794
ZEPPELIN-3225: Add a bunch of missing annotations to
ActiveDirectoryGroupRealm.java.
### What is this PR for?
Add a bunch of missing annotations to ActiveDirectoryGroupRealm.java. Those
annotations are missing and generate a lot of warnings in my IDE (NetBeans).
### What type of PR is it?
Improvement.
### Todos
* [ ] - Task
### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-3225
### How should this be tested?
There's not much to test.
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? No.
* Is there breaking changes for older versions? No.
* Does this needs documentation? No.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/monsieurp/zeppelin zep-3225
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2794.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2794
----
commit 05327a81ec46e19f6eb9a399899b0bd010f71ad8
Author: Patrice Clement <monsieurp@...>
Date: 2018-02-13T11:18:06Z
Add a bunch of missing annotations to ActiveDirectoryGroupRealm.java.
----
---