You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specifics/700_beware_casts_and_generics_warnings.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ List<String> ls = l;
56
56
The compiler will issue:
57
57
58
58
```
59
-
The expression of type List needs unchecked conversion to conform to List<String>`
59
+
The expression of type List needs unchecked conversion to conform to List<String>
60
60
```
61
61
62
62
Make sure that all such warnings should be addressed, either by imposing a zero compiler warnings policy or by configuring the compiler to treat them as errors.
0 commit comments