Searched defs:TAG_START (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java115 private static final int TAG_START = '%'; field in class:SystemProperties
245 if (answer != null && tagswapValues != null && answer.indexOf(TAG_START) != -1) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java116 private static final int TAG_START = '%'; field in class:SystemProperties
244 if (answer != null && tagswapValues != null && answer.indexOf(TAG_START) != -1) {

Completed in 40 milliseconds