lib/nitcorn: fix `missing doc` for http_response
authorAlexandre Terrasa <alexandre@moz-code.org>
Wed, 1 Jun 2016 14:49:44 +0000 (10:49 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Wed, 1 Jun 2016 14:49:44 +0000 (10:49 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

lib/nitcorn/http_response.nit

index ee09012..08d2968 100644 (file)
@@ -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