Subversion Repositories XServices

Rev

Rev 146 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 146 Rev 177
Line 28... Line 28...
28
 
28
 
29
	private final Logger logger = Logger.getLogger(DirectoryPermission.class);
29
	private final Logger logger = Logger.getLogger(DirectoryPermission.class);
Line 30... Line 30...
30
	private final String path;
30
	private final String path;
-
 
31
 
31
 
32
	public DirectoryPermission(String antlikepath) {
32
	public DirectoryPermission(String antlikepath) {
33
		logger.debug(String.format("Creating permission for path '%s'", antlikepath));
Line 33... Line 34...
33
		path = antlikepath;
34
		path = antlikepath;
34
	}
35
	}