Skip to content

Commit d1d3ad1

Browse files
committed
Fix a Javadoc warning
1 parent db3de15 commit d1d3ad1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/axellience/vuegwt/client/component/options/VueComponentOptions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ private void initRenderFunctions()
113113
/**
114114
* Initialise the data structure, then set it to either a Factory or directly on the Component.
115115
* @param useFactory Boolean representing whether or not to use a Factory.
116+
* @param fieldNames Name of the data fields in the object
116117
*/
117118
@JsOverlay
118119
public final void initData(boolean useFactory, String... fieldNames)

0 commit comments

Comments
 (0)