common-smartgears/src/main/java/org/gcube/smartgears/health/response/HealthResponseBuilder.java

14 lines
196 B
Java

package org.gcube.smartgears.health.response;
public class HealthResponseBuilder {
private HealthResponse healthResponse;
public HealthResponse build() {
return healthResponse;
}
}