Change visibilitys

This commit is contained in:
GeorgH93 2023-12-20 15:01:53 +01:00
parent 6f6106fe62
commit 70e7414e9f
No known key found for this signature in database
GPG Key ID: D1630D37F9E4B3C8
2 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public abstract class UnCacheStrategy
{
protected Database cache;
public UnCacheStrategy(Database cache)
protected UnCacheStrategy(Database cache)
{
this.cache = cache;
}

View File

@ -71,4 +71,6 @@ public class Permissions
}
return permissions;
}
private Permissions() {}
}