mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-18 20:03:13 +00:00
6 lines
118 B
Java
6 lines
118 B
Java
/* /nodynamiccopyright/ */
|
|
import java.util.ArrayList;
|
|
|
|
public class PlatformProviderTestSource extends ArrayList {
|
|
}
|