Skip to content

Commit 3a8c07e

Browse files
committed
Remove Does Stuff placeholders
1 parent f868ae6 commit 3a8c07e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/static/uml/c3_dfetch_components_commands.puml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Person(user, "Developer")
77
System_Boundary(DFetch, "Dfetch") {
88

99
Boundary(DFetchCommands, "Commands") {
10-
Component(compCommon, "Common", "python", "Does stuff")
11-
Component(compCommand, "Command", "python", "Does stuff")
10+
Component(compCommon, "Common", "python", "Common actions for commands")
11+
Component(compCommand, "Command", "python", "Base class for commands")
1212

1313
Component(compCheck, "Check", "python", "Checks for updates")
1414
Component(compDiff, "Diff", "python", "Creates patch of local changes")

0 commit comments

Comments
 (0)