예제 #1
0
 public synchronized String getPhone() {
   config = configDao.getOrCreate(null);
   return config.getPhone();
 }