Searched defs:newTexts (Results 1 – 2 of 2) sorted by relevance
94 Collection<String> newTexts = new ArrayList<>(); in retrieveSupplementalInfo() local
124 final void append(String itemID, String source, String[] newTexts, String linkURL) { in append()