formatting changes

This commit is contained in:
mujah 2016-11-13 23:40:17 +08:00
parent 8ccfd201e6
commit 046b23685e
5 changed files with 150 additions and 151 deletions

View File

@ -14,7 +14,6 @@ public class Product {
@Indexed(name = "name", type = "string")
private String name;
public String getId() {
return id;
}