Description
Correct annotation typo of RouterPermissionChecker#checkPermission.
/** * Whether a mount table entry can be accessed by the current context. * * @param mountTable * MountTable being accessed * @param access * type of action being performed on the cache pool * @throws AccessControlException * if mount table cannot be accessed */ public void checkPermission(MountTable mountTable, FsAction access) throws AccessControlException { }