Searched refs:PAIR_SPLITTER (Results 1 – 1 of 1) sorted by relevance
27 private static final String PAIR_SPLITTER = ";"; field in AllowListUtils71 String[] pair = entityPairInAllowList.split(PAIR_SPLITTER); in isPairMatch()