From a37588e9e0e991a317ed234e08a0602d0f29f1f0 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Wed, 1 Jun 2016 10:49:44 -0400 Subject: [PATCH] lib/nitcorn: fix `missing doc` for http_response Signed-off-by: Alexandre Terrasa --- lib/nitcorn/http_response.nit | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/nitcorn/http_response.nit b/lib/nitcorn/http_response.nit index ee09012..08d2968 100644 --- a/lib/nitcorn/http_response.nit +++ b/lib/nitcorn/http_response.nit @@ -97,6 +97,7 @@ class HttpStatusCodes # All know code and their message var codes = new HashMap[Int, String] + # Init the status `codes` list. protected init is old_style_init do insert_status_codes # Get the message associated to the status `code`, return `null` in unknown -- 1.7.9.5