Skip to content

Commit

Permalink
Remove stray char
Browse files Browse the repository at this point in the history
  • Loading branch information
henry committed Apr 21, 2016
1 parent 6c8bc52 commit 8b426fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specifics/700_beware_casts_and_generics_warnings.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ List<String> ls = l;
The compiler will issue:

```
The expression of type List needs unchecked conversion to conform to List<String>`
The expression of type List needs unchecked conversion to conform to List<String>
```

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.
Expand Down

0 comments on commit 8b426fa

Please sign in to comment.