mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
Merge pull request #291 from arkencl/patch-1
content(resources): update Java generics.md
This commit is contained in:
@@ -16,7 +16,7 @@ Here's an example where Java uses generics.
|
||||
```java
|
||||
class Main {
|
||||
public static void main(String[] args) {
|
||||
List<String> = new ArrayList<String>();
|
||||
List<String> stringList = new ArrayList<String>();
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user