Olli Tietäväinen 2 år sedan
förälder
incheckning
2b2028e22f
Inget konto är kopplat till bidragsgivarens mejladress

+ 5
- 3
shared/src/main/java/com/vaadin/osgi/resources/impl/VaadinResourceTrackerComponent.java Visa fil

*/ */
@Activate @Activate
protected void activate(BundleContext context) { protected void activate(BundleContext context) {
vaadinSharedContext = context;
for (Delegate<?> registration : resourceToRegistration.values()) {
registration.register(vaadinSharedContext, vaadinService);
synchronized (resourceToRegistration) {
vaadinSharedContext = context;
for (Delegate<?> registration : resourceToRegistration.values()) {
registration.register(context, vaadinService);
}
} }
} }



Laddar…
Avbryt
Spara