Looks fine Daniel.

-Chris.

On 08/01/16 15:51, Daniel Fuchs wrote:



Hi,

Please find below a trivial fix for
8146691: @since 9 tag missing for System.getLogger

https://bugs.openjdk.java.net/browse/JDK-8146691

best regards,

-- daniel


--- old/src/java.base/share/classes/java/lang/System.java    2016-01-08
16:45:12.000000000 +0100
+++ new/src/java.base/share/classes/java/lang/System.java    2016-01-08
16:45:12.000000000 +0100
@@ -1535,6 +1535,8 @@
       * @return an instance of {@link Logger} that can be used by the
calling
       *         class.
       * @throws NullPointerException if {@code name} is {@code null}.
+     *
+     * @since 9
       */
      @CallerSensitive
      public static Logger getLogger(String name) {
@@ -1572,6 +1574,8 @@
       * resource bundle for message localization.
       * @throws NullPointerException if {@code name} is {@code null} or
       *         {@code bundle} is {@code null}.
+     *
+     * @since 9
       */
      @CallerSensitive
      public static Logger getLogger(String name, ResourceBundle bundle) {

Reply via email to