We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e7e09 commit 2c36245Copy full SHA for 2c36245
acl/src/main/java/org/springframework/security/acls/jdbc/AclClassIdUtils.java
@@ -29,7 +29,7 @@
29
* the correct Java type as specified by <code>acl_class.class_id_type</code>.
30
* @author paulwheeler
31
*/
32
-class AclClassIdUtils {
+public class AclClassIdUtils {
33
private static final String DEFAULT_CLASS_ID_TYPE_COLUMN_NAME = "class_id_type";
34
private static final Log log = LogFactory.getLog(AclClassIdUtils.class);
35
0 commit comments