Skip to content

Commit

Permalink
Reverse unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Seris370 committed Nov 9, 2019
1 parent 7fbdbb5 commit 34c30d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/diagrams/ArchitectureDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ Hidden .down.> Commons
Storage .right.>File
User --> UI
Main --> Hidden
@enduml
@enduml
4 changes: 2 additions & 2 deletions src/main/java/seedu/algobase/model/util/SampleDataUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ public static ReadOnlyAlgoBase getSampleAlgoBase() {
Plan samplePlan = new Plan(
new PlanName("Data Structures"),
new PlanDescription("CS2040 Data Structures"),
LocalDate.now(),
LocalDate.now().plusMonths(1),
LocalDate.now(),
LocalDate.now().plusMonths(1),
tasks1
);
sampleAb.addPlan(samplePlan);
Expand Down

0 comments on commit 34c30d7

Please sign in to comment.