Переглянути джерело

Add missing line break (#10757)

tags/8.4.0.alpha1
Anastasia Smirnova 6 роки тому
джерело
коміт
34780e7b6d

+ 2
- 1
documentation/articles/OptimizingTheWidgetSet.asciidoc Переглянути файл

@@ -89,7 +89,8 @@ public class MyConnectorBundleLoaderFactory extends
eagerComponents.add(Label.class);
}

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


Завантаження…
Відмінити
Зберегти