Skip to content

Commit

Permalink
fixing checkstyle error
Browse files Browse the repository at this point in the history
  • Loading branch information
Murali54 authored and jknack committed Apr 25, 2020
1 parent 130a5c7 commit 870aa32
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -998,8 +998,8 @@ public Handlebars endDelimiter(final String endDelimiter) {
setEndDelimiter(endDelimiter);
return this;
}
/**

/**
* The End Delimiter.
*
* @return The End Delimiter.
Expand Down Expand Up @@ -1027,8 +1027,8 @@ public Handlebars startDelimiter(final String startDelimiter) {
setStartDelimiter(startDelimiter);
return this;
}
/**

/**
* The Start Delimiter.
*
* @return The Start Delimiter.
Expand Down

0 comments on commit 870aa32

Please sign in to comment.