[Minor] code cleanup

This commit is contained in:
Robert von Burg 2020-02-20 17:58:20 +01:00
parent 3475eefd09
commit 8e629dfe82
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ import li.strolch.privilege.model.PrivilegeContext;
public interface PrivilegedRunnable {
public void run(PrivilegeContext ctx) throws Exception;
void run(PrivilegeContext ctx) throws Exception;
}