summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBretty White <geekman3454@protonmail.com>2018-07-11 13:24:26 -0400
committerBretty White <geekman3454@protonmail.com>2018-07-11 13:24:26 -0400
commitd880df58a032b2b507e7209a35e3b566d85b7214 (patch)
tree2cb5889b3a18e222333f3d31da6d54a61c266f0b
parent6ed7121b1ea5697478eaa73d292621d42117e8c1 (diff)
downloadsdl_android-d880df58a032b2b507e7209a35e3b566d85b7214.tar.gz
fix javadoc
-rw-r--r--sdl_android/src/main/java/com/smartdevicelink/proxy/interfaces/ISdl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl_android/src/main/java/com/smartdevicelink/proxy/interfaces/ISdl.java b/sdl_android/src/main/java/com/smartdevicelink/proxy/interfaces/ISdl.java
index eb56aea2f..467099c76 100644
--- a/sdl_android/src/main/java/com/smartdevicelink/proxy/interfaces/ISdl.java
+++ b/sdl_android/src/main/java/com/smartdevicelink/proxy/interfaces/ISdl.java
@@ -140,7 +140,7 @@ public interface ISdl {
boolean removeOnRPCNotificationListener(FunctionID notificationId, OnRPCNotificationListener listener);
/**
- * Get SystemCapabilityType Object
+ * Get SystemCapability Object
* @param systemCapabilityType
* @return Object
*/