uml: remove useless repeated type in redef
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 22 May 2015 00:23:34 +0000 (20:23 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 29 May 2015 23:10:11 +0000 (19:10 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

src/uml/uml_class.nit

index 79865aa..92317a4 100644 (file)
@@ -63,7 +63,7 @@ end
 
 redef class MClass
 
-       redef fun tpl_class(ctx, main): Writable do
+       redef fun tpl_class(ctx, main) do
                var t = new Template
                t.add "{name} [\n label = \"\{"
                if kind == abstract_kind then