Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[W5.11][T09-3]Zhang Bo #164

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ The full list of contributors for se-edu can be found https://se-edu.github.io/T
* *Bug reports, Suggestions* : Post in our https://github.com/se-edu/addressbook-level2/issues[issue tracker]
if you noticed bugs or have suggestions on how to improve.
* *Contributing* : We welcome pull requests. Follow the process described https://github.com/oss-generic/process[here]
*FOR COMMIT*
1 change: 1 addition & 0 deletions docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,4 @@ The file name must end in `.txt` for it to be acceptable to the program.
When running the program inside IntelliJ, you can set command line parameters
before running the program.
====
updated
2 changes: 2 additions & 0 deletions src/seedu/addressbook/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
/**
* Entry point of the Address Book application.
* Initializes the application and starts the interaction with the user.
*
*
*/
public class Main {

Expand Down
2 changes: 1 addition & 1 deletion test/input.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
view 3
view 4
view 5

view 6
# should show all details even private for viewall
viewall 3
viewall 4
Expand Down