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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java121 private static final Map<String, String> TAG_SWAP_PROPERTIES = ImmutableMap.<String, String>builder() field in class:SystemProperties
757 for (Map.Entry<String, String> tagSwapEntry : TAG_SWAP_PROPERTIES.entrySet()) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java122 private static final Map<String, String> TAG_SWAP_PROPERTIES = ImmutableMap.<String, String>builder() field in class:SystemProperties
756 for (Map.Entry<String, String> tagSwapEntry : TAG_SWAP_PROPERTIES.entrySet()) {

Completed in 30 milliseconds