Searched refs:correctedUriBuilder (Results 1 – 1 of 1) sorted by relevance
539 final StringBuilder correctedUriBuilder = new StringBuilder(); in removeUndesiredDestinations() local542 correctedUriBuilder.append("?"); // We only want one of these in removeUndesiredDestinations()544 correctedUriBuilder.append("&"); // And we want these elsewhere in removeUndesiredDestinations()546 correctedUriBuilder.append(parts[i]); in removeUndesiredDestinations()549 final String correctedUri = correctedUriBuilder.toString(); in removeUndesiredDestinations()