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 5b4ff1a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package org.apache.maven.shared.utils.logging;

import java.util.Formatter;

/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
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 5b4ff1a

Please sign in to comment.