diff --git a/lua/neogen/templates/javadoc.lua b/lua/neogen/templates/javadoc.lua index 3fe3791..65ad272 100644 --- a/lua/neogen/templates/javadoc.lua +++ b/lua/neogen/templates/javadoc.lua @@ -9,7 +9,7 @@ return { { nil, " * $1" }, { nil, " *" }, { i.Parameter, " * @param %s $1" }, - { i.ClassAttribute, "* @property %s $1" }, + { i.ClassAttribute, " * @property %s $1" }, { i.Return, " * @return $1" }, { i.Throw, " * @throws $1" }, { nil, " */" },