Skip to content

Commit

Permalink
Fix checkstyle in MainApp.java
Browse files Browse the repository at this point in the history
  • Loading branch information
afroneth committed Sep 27, 2020
1 parent 9c07a23 commit 3efea9b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main/java/seedu/address/MainApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@ public void init() throws Exception {
}

/**
* Returns a {@code ModelManager} with the data from {@code storage}'s CliniCal application and {@code userPrefs}. <br>
* The data from the sample CliniCal application will be used instead if {@code storage}'s CliniCal application is not found,
* or an empty CliniCal application with zero patient data will be used instead if errors occur when reading {@code storage}'s CliniCal application.
* Returns a {@code ModelManager} with the data from {@code storage}'s CliniCal application
* and {@code userPrefs}. <br>
* The data from the sample CliniCal application will be used instead if {@code storage}'s CliniCal application
* is not found, or an empty CliniCal application with zero patient data will be used instead if errors occur when
* reading {@code storage}'s CliniCal application.
*/
private Model initModelManager(Storage storage, ReadOnlyUserPrefs userPrefs) {
Optional<ReadOnlyCliniCal> cliniCalOptional;
Expand Down

0 comments on commit 3efea9b

Please sign in to comment.