Increase visibility

This commit is contained in:
jamesagnew 2020-08-09 14:22:53 -04:00
parent 8f6d08dd58
commit 096f310cae
1 changed files with 1 additions and 1 deletions

View File

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