--- old/jdk/src/java.logging/share/classes/java/util/logging/Logger.java Tue Jan 19 14:15:50 2016 +++ new/jdk/src/java.logging/share/classes/java/util/logging/Logger.java Tue Jan 19 14:15:50 2016 @@ -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) {