Subversion Repositories SmartDukaan

Rev

Rev 457 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 457 Rev 726
Line 48... Line 48...
48
		
48
		
49
		return sequenceGenerator;
49
		return sequenceGenerator;
50
	}
50
	}
51
	
51
	
52
	/**
52
	/**
53
	 * Instance memeber that records all current counts
53
	 * Instance member that records all current counts
54
	 */
54
	 */
55
	private long[] currentCounts = null;
55
	private long[] currentCounts = null;
56
 
56
 
57
	/**
57
	/**
58
	 * A private Constructor prevents any other class from instantiating. All 
58
	 * A private Constructor prevents any other class from instantiating. All