mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
test adapted for JDK 1.5
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import java.util.*;
|
||||
|
||||
public class Collect {
|
||||
public void m(List anObject) {
|
||||
public void m(List<String> anObject) {
|
||||
List strs = anObject;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user