Skip to content

Commit 10bf92b

Browse files
committedMar 7, 2023
docs: correct delete room digital twin method documentation
1 parent 85f48fe commit 10bf92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/main/kotlin/application/controller/manager/RoomDigitalTwinManager.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ interface RoomDigitalTwinManager {
2525

2626
/**
2727
* Delete the Digital Twin of the room identified by [roomId].
28-
* * @return true if successfully deleted, false otherwise.
28+
* @return true if successfully deleted, false otherwise.
2929
*/
3030
fun deleteRoomDigitalTwin(roomId: RoomID): Boolean
3131

0 commit comments

Comments
 (0)