You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The execute method of the GarageDoorDownCommand class should call garageDoor.down() instead of garageDoor.up().
In the headfirst.designpatterns.command.remote package in the RemoteLoader class the garageDoor could be set to slot 4 of the remoteControl.
The text was updated successfully, but these errors were encountered:
The execute method of the
GarageDoorDownCommand
class should callgarageDoor.down()
instead ofgarageDoor.up()
.In the
headfirst.designpatterns.command.remote
package in theRemoteLoader
class thegarageDoor
could be set to slot 4 of theremoteControl
.The text was updated successfully, but these errors were encountered: