Subversion Repositories SmartDukaan

Rev

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

Rev 3390 Rev 3405
Line 14... Line 14...
14
 
14
 
15
/**
15
/**
16
 * Action class to display activity details.
16
 * Action class to display activity details.
17
 * @author mandeep
17
 * @author mandeep
18
 */
18
 */
19
public class UserActivityInfoController extends BaseController {
19
public class ActivityInfoController extends BaseController {
20
    /**
20
    /**
21
     * 
21
     * 
22
     */
22
     */
23
    private static final long serialVersionUID = 1L;
23
    private static final long serialVersionUID = 1L;
24
    private long activityId;
24
    private long activityId;