server/core/src/main/java/org/apache/vysper/xmpp/modules/servicediscovery/collection/ServiceCollector.java [104:113]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            } catch (ServiceDiscoveryRequestException abortion) {
                throw abortion;
            } catch (Throwable e) {
                continue;
            }
            if (elementList != null)
                elements.addAll(elementList);
        }
        Collections.sort(elements, new ElementPartitioningComparator());
        return elements;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



server/core/src/main/java/org/apache/vysper/xmpp/modules/servicediscovery/collection/ServiceCollector.java [127:136]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            } catch (ServiceDiscoveryRequestException abortion) {
                throw abortion;
            } catch (Throwable e) {
                continue;
            }
            if (elementList != null)
                elements.addAll(elementList);
        }
        Collections.sort(elements, new ElementPartitioningComparator());
        return elements;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



