blob: 8c7955716bd48cb0d96c155b0288aa47fc9c07bf [file] [log] [blame]
public final class StaticInitializer {
static final int MAX_SIGNED_POWER_OF_TWO = 1 << (Integer.SIZE - 2);
}