Skip to content

Commit 8b426fa

Browse files
author
henry
committed
Remove stray char
1 parent 6c8bc52 commit 8b426fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specifics/700_beware_casts_and_generics_warnings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ List<String> ls = l;
5656
The compiler will issue:
5757

5858
```
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>
6060
```
6161

6262
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

Comments
 (0)