Skip to content

Commit

Permalink
Change visibilitys
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgH93 committed Dec 20, 2023
1 parent 6f6106f commit 70e7414
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public abstract class UnCacheStrategy
{
protected Database cache;

public UnCacheStrategy(Database cache)
protected UnCacheStrategy(Database cache)
{
this.cache = cache;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,6 @@ public static List<String> getPermissions()
}
return permissions;
}

private Permissions() {}
}

0 comments on commit 70e7414

Please sign in to comment.