Increase visibility

This commit is contained in:
jamesagnew 2020-08-09 14:22:53 -04:00
parent 8f6d08dd58
commit 096f310cae

View File

@ -91,7 +91,7 @@ public class OverridePathBasedReferentialIntegrityForDeletesInterceptor {
* *
* @see #addPath(String) * @see #addPath(String)
*/ */
private Set<String> getPaths() { public Set<String> getPaths() {
return myPaths; return myPaths;
} }