Skip to content

Commit

Permalink
fix codeDepotComment
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronWDS committed Oct 24, 2023
1 parent 899caad commit 7850add
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static Room createRoomFromModel(
}

public static RoomForCreate createRoom(Integer roleId, String roomName, Integer templateId) {
#ds-snippet-start:Rooms2Step5
//ds-snippet-start:Rooms2Step5
return new RoomForCreate()
.name(roomName)
.roleId(roleId)
Expand All @@ -31,6 +31,6 @@ public static RoomForCreate createRoom(Integer roleId, String roomName, Integer
.putDataItem("companyRoomStatus", "5")
.putDataItem("comments", "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.")
);
#ds-snippet-end:Rooms2Step5
//ds-snippet-end:Rooms2Step5
}
}

0 comments on commit 7850add

Please sign in to comment.