Searched refs:altType (Results 1 – 1 of 1) sorted by relevance
2261 public static String formatAlt(String altType, String proposedType) { in formatAlt() argument2263 if (((altType == null) || (altType.length() == 0)) && in formatAlt()2269 return altType; // no proposed type: 'alternate' in formatAlt()2274 if ((altType == null) || (altType.length() == 0)) { in formatAlt()2277 return altType + "-" + proposedType; // 'alternate-proposed' in formatAlt()