Skip to content

Commit

Permalink
D3#41 Removed controller, method and views
Browse files Browse the repository at this point in the history
This change was made to remove redundant code
  • Loading branch information
NJLprograms committed Dec 6, 2020
1 parent 18ad626 commit 444d744
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 221 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -273,15 +273,6 @@ public void setBlockedWindows(int windowsToBlock) {
}

}

public String Status() {
String status = "There are currently ";
String blockStatus = this.getBlockedDoors()+" blocked doors and "+this.getBlockedWindows()+" blocked windows, ";
String closeStatus = this.getClosedDoors()+" closed doors, "+this.getClosedWindows()
+" closed windows, and "+this.getClosedLights()+" closed lights.";

return status+blockStatus+closeStatus;
}

public double getTemperature() {
return temperature;
Expand Down
16 changes: 0 additions & 16 deletions smart-home-simulator/src/main/webapp/WEB-INF/jsp/confirmEdit.jsp

This file was deleted.

132 changes: 0 additions & 132 deletions smart-home-simulator/src/main/webapp/WEB-INF/jsp/editRoom.jsp

This file was deleted.

0 comments on commit 444d744

Please sign in to comment.