Skip to content

Commit

Permalink
Added author tags to correspond with user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianquek committed Jan 12, 2016
1 parent 5227c15 commit 0e97159
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/backend/Logic.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public class Logic {

private static final String ERROR_IO_EXCEPTION = "Encountered IOException for %s";

//@@author James
public Logic() {
commandParser = new CommandParser();
authors = new HashMap<String, Author>();
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/layouts/RootLayout.fxml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- @@author Emma -->
<?import javafx.scene.control.*?>
<?import java.lang.*?>
<?import javafx.scene.layout.*?>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/styles/stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* @@author Sebastian */
#root {
-fx-padding: 10px;
}
Expand Down

0 comments on commit 0e97159

Please sign in to comment.