Commit 28f33354 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update RealmRoomRepository.java

parent 8cf55beb
...@@ -107,7 +107,6 @@ public class RealmRoomRepository extends RealmRepository implements RoomReposito ...@@ -107,7 +107,6 @@ public class RealmRoomRepository extends RealmRepository implements RoomReposito
if (optional.isPresent()) { if (optional.isPresent()) {
return Optional.of(optional.get().asRoomHistoryState()); return Optional.of(optional.get().asRoomHistoryState());
} }
return Optional.absent(); return Optional.absent();
})); }));
} }
......
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