diff --git a/net-http-template-groovy/src/main/java/org/xbib/net/http/template/groovy/GroovyHttpStatusHandler.java b/net-http-template-groovy/src/main/java/org/xbib/net/http/template/groovy/GroovyHttpStatusHandler.java index 399151f..df480b1 100644 --- a/net-http-template-groovy/src/main/java/org/xbib/net/http/template/groovy/GroovyHttpStatusHandler.java +++ b/net-http-template-groovy/src/main/java/org/xbib/net/http/template/groovy/GroovyHttpStatusHandler.java @@ -28,8 +28,4 @@ public class GroovyHttpStatusHandler extends GroovyTemplateResourceHandler imple return new GroovyHttpResonseStatusTemplateResource(this, httpServerContext, templateName, httpResponseStatus, message); } - - public String getTemplateName() { - return templateName; - } }