Skip to content

Commit

Permalink
feat: add title to adapter UML diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
jvondermarck committed Jun 2, 2024
1 parent e8ec9c0 commit af90307
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UML/Adapter/adapter.plantuml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@startuml
hide footbox

title Adapter Pattern - SoundPlayer to ThirdPartySoundLibrary

interface SoundPlayer {
{abstract} +playSound(sound: String): void
}
Expand Down

0 comments on commit af90307

Please sign in to comment.