Skip to content

Commit

Permalink
Fixed uml diagram.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément committed Nov 13, 2024
1 parent 33c2926 commit 0858536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/uml/cla/RoomClassroomOffice.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ class Room{

class ClassRoom{
-av: bool
ClassRoom(bP: string, nP: int, avP: bool)
+ClassRoom(bP: string, nP: int, avP: bool)
+ToString() string
}

class Office{
-phone: string
Office(bP: string, nP: int, pP: string)
+Office(bP: string, nP: int, pP: string)
}

0 comments on commit 0858536

Please sign in to comment.