Skip to content

Commit

Permalink
Fix missing documentation tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Jun 23, 2024
1 parent 42ac056 commit e3e82ca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public Checker(Configuration pConfig) {
this.myConfig = pConfig;
}

// tag::performCheckTemplateMethod[]
/**
* * template method for performing a single type of checks on the given @see HtmlPage.
* <p>
Expand All @@ -44,6 +45,7 @@ public SingleCheckResults performCheck(final HtmlPage pageToCheck) {

return check(pageToCheck);// <1> delegate check() to subclass
}
// end::performCheckTemplateMethod[]

/**
* Initialize with suitable description.
Expand Down

0 comments on commit e3e82ca

Please sign in to comment.