File tree Expand file tree Collapse file tree
base/src/main/java/com/smartdevicelink/proxy Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -296,9 +296,9 @@ public void onReceived(RPCMessage message) {
296296 List <AppServiceCapability > appServicesCapabilitiesList = appServicesCapabilities .getAppServices ();
297297 AppServicesCapabilities cachedAppServicesCapabilities = (AppServicesCapabilities ) cachedSystemCapabilities .get (systemCapabilityType );
298298 //Update the cached app services
299- if (cachedAppServicesCapabilities != null ) {
300- cachedAppServicesCapabilities .updateAppServices (appServicesCapabilitiesList );
301- }
299+ if (cachedAppServicesCapabilities != null ) {
300+ cachedAppServicesCapabilities .updateAppServices (appServicesCapabilitiesList );
301+ }
302302 //Set the new capability object to the updated cached capabilities
303303 capability = cachedAppServicesCapabilities ;
304304 }
You can’t perform that action at this time.
0 commit comments