File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/java.base/share/classes/java/lang Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 4949import org .checkerframework .dataflow .qual .SideEffectFree ;
5050import org .checkerframework .framework .qual .AnnotatedFor ;
5151import org .checkerframework .framework .qual .CFComment ;
52- import org .checkerframework .framework .qual .PolyAll ;
5352
5453import java .io .ObjectStreamField ;
5554import java .io .UnsupportedEncodingException ;
@@ -3232,7 +3231,7 @@ public static String valueOf(double d) {
32323231 * @jls 3.10.5 String Literals
32333232 */
32343233 @ Pure
3235- public native @ Interned @ PolyAll @ SameLen ({"this" }) String intern (@ PolyAll String this );
3234+ public native @ Interned @ SameLen ({"this" }) String intern (String this );
32363235
32373236 /**
32383237 * Returns a string whose value is the concatenation of this
You can’t perform that action at this time.
0 commit comments