Searched refs:propNames (Results 1 – 1 of 1) sorted by relevance
2467 final String[] propNames = rawPropNames.split(","); in checkRequiredSystemProperties() local2470 if (propNames.length != propValues.length) { in checkRequiredSystemProperties()2476 for (int i = 0; i < propNames.length; i++) { in checkRequiredSystemProperties()2478 final String currValue = SystemProperties.get(propNames[i]); in checkRequiredSystemProperties()