From 503e9f45c7da84e478531dc19be4bb353c9d6aba Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Thu, 21 May 2015 17:27:30 -0400 Subject: [PATCH] lib/nitcorn: remove useless types Signed-off-by: Alexandre Terrasa --- lib/nitcorn/http_response.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nitcorn/http_response.nit b/lib/nitcorn/http_response.nit index 666974b..ef87adb 100644 --- a/lib/nitcorn/http_response.nit +++ b/lib/nitcorn/http_response.nit @@ -50,7 +50,7 @@ class HttpResponse end # Get this reponse as a string according to HTTP protocol - redef fun to_s: String + redef fun to_s do finalize -- 1.7.9.5