Skip to content

Commit ef94911

Browse files
committed
fix doc issue
1 parent d0a230b commit ef94911

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/patterns/behavioral/TemplateMethod.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
// (**) when you have several classes that contain almost identical algorithms with some minor differences.
88
// As a result, you might need to modify all classes when the algorithm changes.
99
// (**) when a behavior makes sense only in some classes of a class hierarchy, but not in others.
10-
// UML: docs/uml/patterns_behavioral_visitor.drawio.svg
10+
// UML: docs/uml/patterns_behavioral_templatemethod.drawio.svg
1111

1212
#include <iostream>
13-
#include <string>
14-
#include <vector>
1513

1614
namespace
1715
{

0 commit comments

Comments
 (0)