jdk/src/java.logging/share/classes/java/util/logging/Logger.java
changeset 35302 e4d2275861c3
parent 33875 c1c71107d45f
child 36216 dcee368a83a2
--- a/jdk/src/java.logging/share/classes/java/util/logging/Logger.java	Wed Jan 20 09:21:57 2016 -0800
+++ b/jdk/src/java.logging/share/classes/java/util/logging/Logger.java	Wed Jan 20 11:02:36 2016 -0800
@@ -1300,7 +1300,7 @@
      *                  can be {@code null}.
      * @param   msg     The string message (or a key in the message catalog)
      * @param   params  Parameters to the message (optional, may be none).
-     * @since 1.9
+     * @since 9
      */
     public void logrb(Level level, ResourceBundle bundle, String msg, Object... params) {
         if (!isLoggable(level)) {
@@ -1417,7 +1417,7 @@
      *                  can be {@code null}.
      * @param   msg     The string message (or a key in the message catalog)
      * @param   thrown  Throwable associated with the log message.
-     * @since 1.9
+     * @since 9
      */
     public void logrb(Level level, ResourceBundle bundle, String msg,
             Throwable thrown) {