Skip to content

Commit

Permalink
Added a missing method: getAccountType()
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Aug 11, 2012
1 parent 5c897fe commit 846ae5c
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -91,4 +91,9 @@ private void updateOnLogout() {
}
}
}

@Override
public String getAccountType() {
return "opentox";
}
}

0 comments on commit 846ae5c

Please sign in to comment.