Skip to content

Commit

Permalink
removed NotNull annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Dec 11, 2018
1 parent f8e988a commit 64d2b5e
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -143,7 +143,6 @@ public List<CompiledObjectCollectionView> getObjectCollectionViews() {
* If viewName is null then it returns view definition for "all objects" view,
* e.g. "all users", "all roles".
*/
@NotNull
public CompiledObjectCollectionView findObjectCollectionView(@NotNull QName objectType, String viewName) {
for (CompiledObjectCollectionView objectCollectionView : objectCollectionViews) {
if (objectCollectionView.match(objectType, viewName)) {
Expand Down

0 comments on commit 64d2b5e

Please sign in to comment.