Révision 2283
tmp/org.txm.rcp/src/main/java/org/txm/rcp/Application.java (revision 2283) | ||
---|---|---|
455 | 455 |
if (bundle != null) { |
456 | 456 |
ServiceReference ref = bundle.getBundleContext().getServiceReference(IProxyService.class.getName()); |
457 | 457 |
if (ref != null) |
458 |
proxyService = bundle.getBundleContext().getService(ref); |
|
458 |
proxyService = (IProxyService) bundle.getBundleContext().getService(ref);
|
|
459 | 459 |
} |
460 | 460 |
if (proxyService == null) { |
461 | 461 |
Log.warning("Proxy service could not be found."); //$NON-NLS-1$ |
Formats disponibles : Unified diff