Searched refs:stringToQuote (Results 1 – 1 of 1) sorted by relevance
33 private static String quotedString ( String stringToQuote ) { in quotedString() argument35 String result = new String ( doubleQuote + stringToQuote + doubleQuote ); in quotedString()
Completed in 7 milliseconds