Closed sdutry closed 2 years ago
see:
AbstractContainer
if (sortableDelay != null) { sortableBuilder.append(", delay: "); sortableBuilder.append(findString(sortableDelay)); } ... if (sortableDistance != null) { sortableBuilder.append(", distance: "); sortableBuilder.append(findString(sortableDistance)); }
see:
AbstractContainer