Skip to content

Commit

Permalink
Add TextTemplate API
Browse files Browse the repository at this point in the history
Signed-off-by: Walker Crouse <[email protected]>
  • Loading branch information
windy1 committed Feb 29, 2016
1 parent bcf61e1 commit fcbeab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/spongepowered/api/text/Text.java
Original file line number Diff line number Diff line change
Expand Up @@ -704,8 +704,8 @@ public Builder removeAll() {
}

/**
* Removes all empty texts from the beginning and end of this
* builder.
* Formats existing variables within this builder and builds an
* immutable instance of the current state of this text builder.
*
* @return This builder
*/
Expand Down

0 comments on commit fcbeab5

Please sign in to comment.