Searched refs:uriString (Results 1 – 1 of 1) sorted by relevance
166 private static URI toURI(String uriString) in toURI() argument170 if (uriString != null) { in toURI()171 return new URI(uriString); in toURI()