Skip to content

Commit

Permalink
#6 Support Unix OS - avoid warn in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay.Pianikov authored and Nikolay.Pianikov committed Dec 12, 2016
1 parent be5e602 commit ddcb740
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class AccessControlResourceImpl implements AccessControlResource {
private final FileAccessService myFileAccessService;
@Nullable private AccessControlList myAccessControlList;

AccessControlResourceImpl(@NotNull final FileAccessService fileAccessService) {
public AccessControlResourceImpl(@NotNull final FileAccessService fileAccessService) {
myFileAccessService = fileAccessService;
}

Expand Down

0 comments on commit ddcb740

Please sign in to comment.