예제 #1
0
 public int updateRank() {
   this.rank = UserInfoVO.computeRank(this.score);
   return this.rank;
 }