Merge branch 'master' of woodyfolsom.net:/opt/git/cs6601p2
Conflicts: src/net/woodyfolsom/cs6601/p2/BayesChef.java
This commit is contained in:
@@ -10,6 +10,11 @@ public class Diner {
|
||||
private int id;
|
||||
private Map<Integer,Integer> ratings = new HashMap<Integer,Integer>();
|
||||
private Map<Integer,Boolean> categories = new HashMap<Integer,Boolean>();
|
||||
private String description;
|
||||
|
||||
public String getDescription() {
|
||||
return description;
|
||||
}
|
||||
|
||||
public int getId() {
|
||||
return id;
|
||||
|
||||
Reference in New Issue
Block a user