479480481482483484485486
} protected String valueAsString( Value value, int columnIndex ) throws RepositoryException { String str = value != null ? value.getString() : ""; Justify justify = justify(value); return formatForColumn(str, columnIndex, justify); }