< prev index next >

src/java.base/share/classes/jdk/internal/logger/LoggerWrapper.java

Print this page
rev 58552 : [mq]: 8241727-Typos-empty-lines-in-javadoc-inconsistent-indents-etc

*** 1,7 **** /* ! * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 30,40 **** import java.lang.System.Logger; import sun.util.logging.PlatformLogger; /** * An implementation of {@link Logger} that redirects all calls to a wrapped ! instance of Logger. * * @param <L> Type of the wrapped Logger: {@code Logger} or an * extension of that interface. */ public class LoggerWrapper<L extends Logger> extends AbstractLoggerWrapper<L> { --- 30,40 ---- import java.lang.System.Logger; import sun.util.logging.PlatformLogger; /** * An implementation of {@link Logger} that redirects all calls to a wrapped ! * instance of Logger. * * @param <L> Type of the wrapped Logger: {@code Logger} or an * extension of that interface. */ public class LoggerWrapper<L extends Logger> extends AbstractLoggerWrapper<L> {
< prev index next >