Skip to content

Commit

Permalink
Fix link to format syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin committed Jun 9, 2022
1 parent 8aca4bb commit 3eb6566
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
* under the License.
*/

import java.util.Formatter;

/**
* Message builder that supports configurable styling.
* An instance of this interface can be retrieved with {@link MessageUtils#buffer()}.
Expand Down Expand Up @@ -128,7 +130,7 @@ public interface MessageBuilder
/**
* Append formatted content to the buffer.
* @see String#format(String, Object...)
* @param pattern a <a href="../util/Formatter.html#syntax">format string</a>
* @param pattern a format string according to the {@link Formatter} syntax
* @param args arguments referenced by the format specifiers in the format string.
* @return the current builder
*/
Expand Down

0 comments on commit 3eb6566

Please sign in to comment.