Skip to content

Commit

Permalink
Merge pull request #42 from limshunyong/master
Browse files Browse the repository at this point in the history
fixed minor error on developer's guide
  • Loading branch information
limshunyong authored Oct 20, 2017
2 parents 54f7672 + 7b915ad commit 0865456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -494,11 +494,11 @@ Once the required information (name, email, address, phone number) is retrieved
**Alternative 2:** Create a `File upload` function. +
**Pros:** User friendly. User can upload a file that is residing in any part of the user's PC. Does not require user to specifically place the file at the /data directory. +
**Cons:** Requires an `Upload` button to be created, involves UI component. Requires more time to develop the upload function. +
---

// end::ImportCommand[]
=======

// tag::filtertag[]

=== Filter by tag mechanism

The filter by tag mechanism logic is implemented by the `TagContainsKeywordsPredicate` class which lies under Model. The keywords inputted by the user is put into a List<String> and
Expand Down

0 comments on commit 0865456

Please sign in to comment.