Skip to content

Commit 5685840

Browse files
author
Mike Burke
committed
Merge pull request #81 from smartdevicelink/hotfix/papt_null_pointer
Changed return type of getMaxDuration in PerformAudioPassThru class
2 parents cbdf530 + d961165 commit 5685840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdl_android_lib/src/com/smartdevicelink/proxy/rpc/PerformAudioPassThru.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public void setMaxDuration(Integer maxDuration) {
218218
* @return int -an int value representing the maximum duration of audio
219219
* recording in milliseconds
220220
*/
221-
public int getMaxDuration() {
221+
public Integer getMaxDuration() {
222222
return (Integer) parameters.get(KEY_MAX_DURATION);
223223
}
224224

0 commit comments

Comments
 (0)