提交 968c19df 编写于 作者: S Seiji Sogabe

should be static.

上级 7028097b
......@@ -1454,7 +1454,7 @@ public class Functions {
* @return a URL string
* @since 1.433
*/
public String getUserAvatar(User user, String avatarSize) {
public static String getUserAvatar(User user, String avatarSize) {
return UserAvatarResolver.resolve(user, avatarSize);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册