Browse Source

Add missing line break (#10757)

tags/8.4.0.alpha1
Anastasia Smirnova 6 years ago
parent
commit
34780e7b6d
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      documentation/articles/OptimizingTheWidgetSet.asciidoc

+ 2
- 1
documentation/articles/OptimizingTheWidgetSet.asciidoc View File

eagerComponents.add(Label.class); eagerComponents.add(Label.class);
} }


@Override protected LoadStyle getLoadStyle(JClassType connectorType){
@Override
protected LoadStyle getLoadStyle(JClassType connectorType){
Connect annotation = connectorType.getAnnotation(Connect.class); Connect annotation = connectorType.getAnnotation(Connect.class);
Class componentClass = annotation.value(); Class componentClass = annotation.value();



Loading…
Cancel
Save