去Collections化第一步

This commit is contained in:
zhouhao
2018-07-18 11:00:06 +08:00
parent feac6b0227
commit c3121c18bd
43 changed files with 72 additions and 67 deletions

View File

@@ -36,7 +36,7 @@ public class SessionIdUserTokenGenerator implements UserTokenGenerator, Serializ
@Override
public Map<String, Object> getResponse() {
return Collections.emptyMap();
return new java.util.HashMap<>();
}
@Override