only our entity version may be stored in our storage layer. removed TODO.

pull/419/merge
William Kim 2013-07-11 15:49:03 -04:00
parent c5743dc810
commit e9c246808f
1 changed files with 0 additions and 1 deletions

View File

@ -217,7 +217,6 @@ public class OAuth2AccessTokenEntity implements OAuth2AccessToken {
public void setRefreshToken(OAuth2RefreshToken refreshToken) {
if (!(refreshToken instanceof OAuth2RefreshTokenEntity)) {
// TODO: make a copy constructor instead....
throw new IllegalArgumentException("Not a storable refresh token entity!");
}
// force a pass through to the entity version