summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2016-07-06 15:08:08 -0400
committerJoey Grover <joeygrover@gmail.com>2016-07-06 15:08:08 -0400
commit9065be33068f01b720d8b72e5266fbdc57601082 (patch)
treeba30017b4017da0f7d1c17bdb7c640b582465981
parent023e618ef802441e5de71c5723c5a17da798e25c (diff)
downloadsdl_android-9065be33068f01b720d8b72e5266fbdc57601082.tar.gz
Fixes #319
-rw-r--r--sdl_android_lib/src/com/smartdevicelink/transport/SdlBroadcastReceiver.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/sdl_android_lib/src/com/smartdevicelink/transport/SdlBroadcastReceiver.java b/sdl_android_lib/src/com/smartdevicelink/transport/SdlBroadcastReceiver.java
index e21f6575c..4df4e3ee8 100644
--- a/sdl_android_lib/src/com/smartdevicelink/transport/SdlBroadcastReceiver.java
+++ b/sdl_android_lib/src/com/smartdevicelink/transport/SdlBroadcastReceiver.java
@@ -247,13 +247,12 @@ public abstract class SdlBroadcastReceiver extends BroadcastReceiver{
}
/**
- * We need to define this for local copy of the Sdl Bluetooth Service class.
- * It will be the main point of connection for Sdl Connected apps
+ * We need to define this for local copy of the Sdl Router Service class.
+ * It will be the main point of connection for Sdl enabled apps
* @return Return the local copy of SdlRouterService.class
* {@inheritDoc}
*/
- @SuppressWarnings("rawtypes")
- public abstract Class defineLocalSdlRouterClass();
+ public abstract Class<SdlRouterService> defineLocalSdlRouterClass();