Searched refs:OFF_VALUE (Results 1 – 1 of 1) sorted by relevance
22 private static final String OFF_VALUE = "0"; field in DebugPropertyHelper43 return ON_VALUE.equals(SystemProperties.get(property, OFF_VALUE)); in isPropertyOn()