Skip to content

Commit 870aa32

Browse files
Murali54jknack
authored andcommitted
fixing checkstyle error
1 parent 130a5c7 commit 870aa32

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

handlebars/src/main/java/com/github/jknack/handlebars/Handlebars.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -998,8 +998,8 @@ public Handlebars endDelimiter(final String endDelimiter) {
998998
setEndDelimiter(endDelimiter);
999999
return this;
10001000
}
1001-
1002-
/**
1001+
1002+
/**
10031003
* The End Delimiter.
10041004
*
10051005
* @return The End Delimiter.
@@ -1027,8 +1027,8 @@ public Handlebars startDelimiter(final String startDelimiter) {
10271027
setStartDelimiter(startDelimiter);
10281028
return this;
10291029
}
1030-
1031-
/**
1030+
1031+
/**
10321032
* The Start Delimiter.
10331033
*
10341034
* @return The Start Delimiter.

0 commit comments

Comments
 (0)