Skip to content

Commit 800e15a

Browse files
committed
Minor correction in UML diagram.
1 parent ea3ccd9 commit 800e15a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

source/diag/cla/Computer.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ class Computer{
44
- name: brand
55
+ SetBrand(brandP: string)
66
+ Computer(bP: string)
7-
+ ToString(): string
7+
+ ToString() string
88
}
99

1010
class Laptop{
1111
+ «property» Battery: double
1212
- int screenSize
1313
+ «property» ScreenSize: int
14-
+ Laptop(bap: double, ssP: int, brP: string)
15-
+ ToString(): string
14+
+ Laptop(baP: double, ssP: int, brP: string)
15+
+ ToString() string
1616
}

0 commit comments

Comments
 (0)