mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
12.28.2013 d67ba0e3d08dddb18fe7bed45e14c73b0ac69a1c
Fixed checkstyle error.
1 files modified
3 ■■■■ changed files
opends/src/server/org/opends/server/authorization/dseecompat/AciHandler.java 3 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/authorization/dseecompat/AciHandler.java
@@ -1202,7 +1202,8 @@
   *          The operation being evaluated.
   * @return True if this operation is allowed access.
   */
  private boolean isAllowed(AciContainer operationContainer, Operation operation)
  private boolean isAllowed(AciContainer operationContainer,
      Operation operation)
  {
    return skipAccessCheck(operation) || accessAllowed(operationContainer);
  }