mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-22 05:50:03 +00:00
5 lines
85 B
Java
5 lines
85 B
Java
/* /nodynamiccopyright/ */
|
|
|
|
public interface IEagerInitCheck {
|
|
float VAL = 1.0;
|
|
} |