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