Searched refs:sysValue (Results 1 – 1 of 1) sorted by relevance
101 String sysValue = System.getProperty(key); in checkProperty() local102 if (equals(value, sysValue)) { in checkProperty()