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>.
|
* the correct Java type as specified by <code>acl_class.class_id_type</code>.
|
||||||
* @author paulwheeler
|
* @author paulwheeler
|
||||||
*/
|
*/
|
||||||
class AclClassIdUtils {
|
public class AclClassIdUtils {
|
||||||
private static final String DEFAULT_CLASS_ID_TYPE_COLUMN_NAME = "class_id_type";
|
private static final String DEFAULT_CLASS_ID_TYPE_COLUMN_NAME = "class_id_type";
|
||||||
private static final Log log = LogFactory.getLog(AclClassIdUtils.class);
|
private static final Log log = LogFactory.getLog(AclClassIdUtils.class);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue