Skip to content

Commit

Permalink
Added abstracts that should have existed from the beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
TheYeti committed Mar 7, 2011
1 parent 9570c1e commit e4f158d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions com/nijiko/permissions/PermissionHandler.java
Expand Up @@ -375,4 +375,11 @@ public abstract class PermissionHandler {
@Deprecated
public abstract double getPermissionDouble(String name, String permission);

public abstract void addGroupInfo(String world, String group, String node, Object data);
public abstract void removeGroupInfo(String world, String group, String node);

public abstract void addUserPermission(String world, String user, String node);
public abstract void removeUserPermission(String world, String user, String node);


}

0 comments on commit e4f158d

Please sign in to comment.