Refactored authorization module

This commit is contained in:
milanperera 2015-10-02 16:40:13 +05:30
parent ed937467cd
commit 02ad7fb8e1

View File

@ -26,6 +26,8 @@ import java.util.Map;
/**
* This class represents the node of a permission tree.
* It holds the current path name, list of permissions associated with URL
* and the set of children.
*/
public class PermissionNode {