Initial commit.
This commit is contained in:
12
src/net/woodyfolsom/cs6601/p2/Ingredient.java
Normal file
12
src/net/woodyfolsom/cs6601/p2/Ingredient.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package net.woodyfolsom.cs6601.p2;
|
||||
|
||||
import com.thoughtworks.xstream.annotations.XStreamAlias;
|
||||
|
||||
@XStreamAlias("ing")
|
||||
public class Ingredient {
|
||||
private String item;
|
||||
|
||||
public String getItem() {
|
||||
return item;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user