Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrizio authored and Fabrizio committed Jan 28, 2017
1 parent da75601 commit 2d18349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TemplateMethod/src/Transformer.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
public abstract class Transformer {

public void transform(Person person) {
doSomething();
doOperation(person);
finish();
}
Expand Down

0 comments on commit 2d18349

Please sign in to comment.