Commit f4803387 authored by Yusuke Iwaki's avatar Yusuke Iwaki

fix coding style

parent 17977944
......@@ -21,6 +21,9 @@ public class RoomListManager {
this.dmContainer = dmContainer;
}
/**
* update ViewGroups with room list.
*/
public void setRooms(List<Room> roomList) {
for (Room room : roomList) {
String name = room.getName();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment