Skip to content

Commit

Permalink
Fixes #80.
Browse files Browse the repository at this point in the history
Changed return type of getMaxDuration from int to Integer

Signed-off-by: Mike Burke <[email protected]>
  • Loading branch information
Mike Burke committed Jan 27, 2015
1 parent cbdf530 commit d961165
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public void setMaxDuration(Integer maxDuration) {
* @return int -an int value representing the maximum duration of audio
* recording in milliseconds
*/
public int getMaxDuration() {
public Integer getMaxDuration() {
return (Integer) parameters.get(KEY_MAX_DURATION);
}

Expand Down

0 comments on commit d961165

Please sign in to comment.