Parcourir la source

Add missing line break (#10757)

tags/8.4.0.alpha1
Anastasia Smirnova il y a 6 ans
Parent
révision
34780e7b6d
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2
    1
      documentation/articles/OptimizingTheWidgetSet.asciidoc

+ 2
- 1
documentation/articles/OptimizingTheWidgetSet.asciidoc Voir le fichier

@@ -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();


Chargement…
Annuler
Enregistrer