diff options
author | Bilal Alsharifi <bilal.alsharifi@gmail.com> | 2019-10-18 14:02:45 -0400 |
---|---|---|
committer | Bilal Alsharifi <bilal.alsharifi@gmail.com> | 2019-10-18 14:02:45 -0400 |
commit | 6ab94082adeef4df19b51950b6dee9db1b19a4ce (patch) | |
tree | 9bed0477594be5c4cc369e9cf55bbe1ff4ee57c9 | |
parent | 46c2da346e4b9aff814aa7cb2aca91b136bfff00 (diff) | |
download | sdl_android-bugfix/video_streaming_param_issue.tar.gz |
fix a typobugfix/video_streaming_param_issue
-rw-r--r-- | base/src/main/java/com/smartdevicelink/streaming/video/VideoStreamingParameters.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/src/main/java/com/smartdevicelink/streaming/video/VideoStreamingParameters.java b/base/src/main/java/com/smartdevicelink/streaming/video/VideoStreamingParameters.java index f15daef26..6a95b51bc 100644 --- a/base/src/main/java/com/smartdevicelink/streaming/video/VideoStreamingParameters.java +++ b/base/src/main/java/com/smartdevicelink/streaming/video/VideoStreamingParameters.java @@ -156,7 +156,7 @@ public class VideoStreamingParameters { } } } - DebugTool.logWarning("The VideoStreamingFormat has not been update because none of the provided formats is supported"); + DebugTool.logWarning("The VideoStreamingFormat has not been update because none of the provided formats are supported."); //TODO In the future we should set format to null, but might be a breaking change // For now, format will remain whatever was set prior to this update |