Skip to content

Commit

Permalink
Fix javadoc for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ebussieres committed May 21, 2018
1 parent c7b62cf commit 2af9274
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/mitchellbosecke/pebble/PebbleEngine.java
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,8 @@ public Builder literalDecimalTreatedAsInteger(boolean literalDecimalTreatedAsInt
}

/**
* Enable/disable greedy matching mode for finding java method. Default is disabled. <br/>
* If enabled, <br/>
* Enable/disable greedy matching mode for finding java method. Default is disabled.
* If enabled,
* when can not find perfect method (method name, parameter length and parameter type are all satisfied),
* reduce the limit of the parameter type, try to find other method which has compatible parameter types.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import com.mitchellbosecke.pebble.utils.Pair;

/**
* From Node for <br/>
* From Node for
*
* <p>{% from "templateName" import macroName as alias %}<p>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.mitchellbosecke.pebble.utils.Pair;

/**
* From Token parser for <br/>
* From Token parser for
*
* <p>
* {% from "templateName" import macroName as alias %}
Expand Down

0 comments on commit 2af9274

Please sign in to comment.