Subversion Repositories SmartDukaan

Rev

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

Rev 823 Rev 832
Line 9... Line 9...
9
 
9
 
10
import javax.servlet.http.Cookie;
10
import javax.servlet.http.Cookie;
11
 
11
 
12
import org.apache.juli.logging.Log;
12
import org.apache.juli.logging.Log;
13
import org.apache.juli.logging.LogFactory;
13
import org.apache.juli.logging.LogFactory;
-
 
14
import org.apache.log4j.Logger;
14
import org.apache.struts2.convention.annotation.Result;
15
import org.apache.struts2.convention.annotation.Result;
15
import org.apache.struts2.convention.annotation.Results;
16
import org.apache.struts2.convention.annotation.Results;
16
 
17
 
17
/**
18
/**
18
 * @author rajveer
19
 * @author rajveer
Line 31... Line 32...
31
	 */
32
	 */
32
	private static final long serialVersionUID = 1L;
33
	private static final long serialVersionUID = 1L;
33
	/**
34
	/**
34
	 * 
35
	 * 
35
	 */
36
	 */
36
	private static Log log = LogFactory.getLog(LogoutController.class);
37
	private static Logger log = Logger.getLogger(Class.class);
37
	
38
	
38
	public LogoutController() {
39
	public LogoutController() {
39
		super();
40
		super();
40
		
41
		
41
	}
42
	}