소스 검색

remove trailing whitespace

Markus Öllinger 7 년 전
부모
커밋
a4ea989e9c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      acl/src/main/java/org/springframework/security/acls/domain/DefaultPermissionGrantingStrategy.java

+ 1 - 1
acl/src/main/java/org/springframework/security/acls/domain/DefaultPermissionGrantingStrategy.java

@@ -154,7 +154,7 @@ public class DefaultPermissionGrantingStrategy implements PermissionGrantingStra
 	 *    return ace.getPermission().getMask() == p.getMask();
 	 * }
 	 * }</pre>
-	 * 
+	 *
 	 * @param ace the ACE from the Acl holding the mask.
 	 * @param p the Permission we are checking against.
 	 * @return true, if the respective masks are considered to be equal.