Fixed RemoveRoomsByIds.just()
This commit is contained in:
parent
abc6770969
commit
889b927b10
@ -29,7 +29,7 @@ public class RemoveRoomsByIds {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static @NotNull RemoveRoomsByIds just(@NotNull NodeIdentifier nodeId, @NotNull RoomIdentifier roomId) {
|
public static @NotNull RemoveRoomsByIds just(@NotNull NodeIdentifier nodeId, @NotNull RoomIdentifier roomId) {
|
||||||
return RemoveRoomsByIds.builder().appendRoomId(path).build();
|
return RemoveRoomsByIds.builder().setNodeId(nodeId).appendRoomId(roomId).build();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static @NotNull Builder builder() {
|
public static @NotNull Builder builder() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user