提交 63bedc40 编写于 作者: D dfuchs

8148820: Missing @since Javadoc tag in Logger.log(Level, Supplier)

Summary: Added @since 1.8
Reviewed-by: lancea, rriggs
上级 c38fcef1
......@@ -800,6 +800,7 @@ public class Logger {
* @param level One of the message level identifiers, e.g., SEVERE
* @param msgSupplier A function, which when called, produces the
* desired log message
* @since 1.8
*/
public void log(Level level, Supplier<String> msgSupplier) {
if (!isLoggable(level)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册