ebremer commented on a change in pull request #31:
URL: https://github.com/apache/jena-site/pull/31#discussion_r533492698



##########
File path: source/documentation/permissions/evaluator.md
##########
@@ -184,5 +184,10 @@ See the example jar for another implementation example.
         public Principal getPrincipal() {
             return principal;
         }
+       
+       @Override
+       public boolean isPrincipalAuthenticated(Object principal) {
+               return principal != null;
+       }

Review comment:
       Should be fixed.  My fault for using the web interfacing and forgetting 
to turn off the tab indentation.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to