in src/main/java/org/apache/sling/discovery/commons/providers/DefaultClusterView.java [44:49]
public DefaultClusterView(final String id) {
if (id == null || id.length() == 0) {
throw new IllegalArgumentException("id must not be null");
}
this.id = id;
}