Subversion Repositories SmartDukaan

Rev

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

Rev 21545 Rev 26498
Line 41... Line 41...
41
	 * @return the value
41
	 * @return the value
42
	 */
42
	 */
43
	public List<String> getValues() {
43
	public List<String> getValues() {
44
		return values;
44
		return values;
45
	} 
45
	} 
-
 
46
	public String getString() {
-
 
47
		return String.join(", ", values);
-
 
48
	} 
46
}
49
}