summaryrefslogtreecommitdiffstats
path: root/status/DirectoryInfo.java
blob: eb65de8712b88e3736f8fccc3d756b39621648f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package scruf.status;

public class DirectoryInfo {
	/**
	 * This variable stores the 'level' at which
	 * scruf is parsing the files with respect to
	 * root.
	 */
	public static int level;
}