Skip to content

Commit 642d358

Browse files
committed
Fix missing javadoc for method parameter in template parser
1 parent 7b7f2be commit 642d358

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/com/axellience/vuegwt/core/template/parser/context/TemplateParserContext.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public class TemplateParserContext
4242
/**
4343
* Build the context based on a given {@link ComponentTemplate} Class.
4444
* @param componentTypeName Name of the {@link VueComponent} class we process in this context
45+
* @param localComponents Components registered locally, used to check property bindings
4546
*/
4647
public TemplateParserContext(ClassName componentTypeName, LocalComponents localComponents)
4748
{

0 commit comments

Comments
 (0)