Skip to content

Commit

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

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


Expand Down

0 comments on commit 73c19c8

Please sign in to comment.