mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
5 lines
85 B
Java
5 lines
85 B
Java
/* /nodynamiccopyright/ */
|
|
|
|
public interface IEagerInitCheck {
|
|
float VAL = 1.0;
|
|
} |