Searched refs:propEndPos (Results 1 – 1 of 1) sorted by relevance
372 int propEndPos = configPath.indexOf("}", propStartPos); in expandProperty() local373 if (propEndPos == -1) { in expandProperty()384 final String propertyName = configPath.substring(propStartPos + 2, propEndPos); in expandProperty()397 propEndPos = propEndPos + 1; in expandProperty()399 if (propEndPos < configPath.length()) { in expandProperty()400 sb.append(configPath.substring(propEndPos)); in expandProperty()