Subversion Repositories SmartDukaan

Rev

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

Rev 1021 Rev 2298
Line 1... Line 1...
1
package in.shop2020.utils;
1
package in.shop2020.utils;
2
 
2
 
3
import java.util.Map;
-
 
4
 
-
 
5
public class ErrorCodesManager {
3
public class ErrorCodesManager {
6
	private static ErrorCodesManager codes = null;
4
	private static ErrorCodesManager codes = null;
7
	
5
	
8
	static{
6
	static{
9
		synchronized (ErrorCodesManager.class) {
7
		synchronized (ErrorCodesManager.class) {
Line 12... Line 10...
12
	}
10
	}
13
	
11
	
14
	private ErrorCodesManager(){
12
	private ErrorCodesManager(){
15
		
13
		
16
	}
14
	}
17
	
-
 
18
	
-
 
19
	
-
 
20
	
-
 
21
}
15
}