Skip to content

Commit

Permalink
added QifDocument class and transaction class :: earlier wrong messag…
Browse files Browse the repository at this point in the history
…e added in commit 8c2a235
  • Loading branch information
Yogesh Joshi committed Mar 27, 2019
1 parent 11981ef commit 1571af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/github/qifparser/parser/QIFDocument.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public String getAccountType() {
}

/**
* Returns the number of QIF entries (transactions) in the QIF
* Returns the number of QIF entries (transactions) in the QIF (Quicken Interchange Format)
* document.
*/
@Override
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/qifparser/parser/Transaction.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public String getValue(int index) {
}

/**
* Returns the string representation of the entry.
* Returns the string representation of the entry.(Transaction)
*/
public String toString() {
StringBuilder stringBuilder = new StringBuilder();
Expand Down

0 comments on commit 1571af1

Please sign in to comment.