Skip to content

Commit

Permalink
quick changes to getDevicesFromEmail method again
Browse files Browse the repository at this point in the history
  • Loading branch information
jyh09001 committed Apr 24, 2015
1 parent 73c19c8 commit 97f4a95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/InputOutput/Database.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ public void setDesiredTempForSerialNumber(String serialnumber, String desiredtem
}

public String getDevicesFromEmail(String email){
Hashtable<String, String> user= this.getDevicesFromEmail(email);
return user.get(devices)
return this.getUserFromEmail(email).get("devices");
}


Expand Down

0 comments on commit 97f4a95

Please sign in to comment.