mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-01 02:49:11 +00:00
AclClassIdUtils should be public
Fixes gh-4814
This commit is contained in:
parent
75e7e099ab
commit
2c362456fd
@ -29,7 +29,7 @@ import org.springframework.security.acls.model.ObjectIdentity;
|
||||
* the correct Java type as specified by <code>acl_class.class_id_type</code>.
|
||||
* @author paulwheeler
|
||||
*/
|
||||
class AclClassIdUtils {
|
||||
public class AclClassIdUtils {
|
||||
private static final String DEFAULT_CLASS_ID_TYPE_COLUMN_NAME = "class_id_type";
|
||||
private static final Log log = LogFactory.getLog(AclClassIdUtils.class);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user