Subversion Repositories SmartDukaan

Rev

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

Rev 22550 Rev 22653
Line 71... Line 71...
71
	public String toString() {
71
	public String toString() {
72
		return "UserWallet [id=" + id + ", userId=" + userId + ", amount=" + amount + ", refundableAmount="
72
		return "UserWallet [id=" + id + ", userId=" + userId + ", amount=" + amount + ", refundableAmount="
73
				+ refundableAmount + "]";
73
				+ refundableAmount + "]";
74
	}
74
	}
75
	
75
	
76
	
-
 
77
}
76
}
78
77