Skip to content

Commit ce88284

Browse files
author
Paulo Henrique Ortolan
committed
Fixing the mixin class diagram
1 parent a7a73e0 commit ce88284

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/mixin.puml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ interface Flyer {
2222
#void fly()
2323
}
2424

25-
class Mixin
25+
object seaplane
2626

2727
Vehicle <|-- Navigable
2828
Vehicle <|-- Flyer
2929

30-
Mixin <|-- Navigable
31-
Mixin <|-- Flyer
30+
seaplane <|-- Navigable
31+
seaplane <|-- Flyer
3232

3333
@enduml

0 commit comments

Comments
 (0)