Skip to content

Commit

Permalink
Update XmlAdaptedExpense.java
Browse files Browse the repository at this point in the history
  • Loading branch information
QzSG committed Oct 24, 2018
1 parent 9252bad commit 986574b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/storage/XmlAdaptedExpense.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public XmlAdaptedExpense(Expense source) {
/**
* Converts this jaxb-friendly adapted Expense object into the model's Expense object.
*
* @throws IllegalValueException if there were any addressData constraints violated in the adapted Expense
* @throws IllegalValueException if there were any data constraints violated in the adapted Expense
*/
public Expense toModelType() throws IllegalValueException {
final List<Tag> expenseTags = new ArrayList<>();
Expand Down

0 comments on commit 986574b

Please sign in to comment.