Skip to content

Commit 2c36245

Browse files
pwheelrwinch
authored andcommitted
AclClassIdUtils should be public
Fixes gh-4814
1 parent 75e7e09 commit 2c36245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acl/src/main/java/org/springframework/security/acls/jdbc/AclClassIdUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* the correct Java type as specified by <code>acl_class.class_id_type</code>.
3030
* @author paulwheeler
3131
*/
32-
class AclClassIdUtils {
32+
public class AclClassIdUtils {
3333
private static final String DEFAULT_CLASS_ID_TYPE_COLUMN_NAME = "class_id_type";
3434
private static final Log log = LogFactory.getLog(AclClassIdUtils.class);
3535

0 commit comments

Comments
 (0)