diff -r 0fb0ddc73771 src/java.base/share/classes/java/lang/String.java
--- a/src/java.base/share/classes/java/lang/String.java Tue May 19 15:57:59 2020 -0300
+++ b/src/java.base/share/classes/java/lang/String.java Tue May 19 16:46:08 2020 -0300
@@ -3322,15 +3322,6 @@
}
/**
- * {@preview Associated with text blocks, a preview feature of
- * the Java language.
- *
- * This method is associated with <i>text blocks</i>, a preview
- * feature of the Java language. Programs can only use this
- * method when preview features are enabled. Preview features
- * may be removed in a future release, or upgraded to permanent
- * features of the Java language.}
- *
* Formats using this string as the format string, and the supplied
* arguments.
*
@@ -3344,7 +3335,7 @@
* @see java.lang.String#format(String,Object...)
* @see java.util.Formatter
*
- * @since 13
+ * @since 15
*
*/
public String formatted(Object... args) {