예제 #1
0
 public void debugWallPost() {
   for (WallPost wallpost : wallPosts.values()) {
     Log.err(wallpost.toString());
   }
 }