Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] fix default value conversion on dds functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivovandongen authored and jfirebaugh committed Feb 17, 2017
1 parent 062b183 commit ab20d38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
public class Function<I, O> {

static final String PROPERTY_KEY = "property";
static final String DEFAULT_VALUE_KEY = "defaultValue";
static final String DEFAULT_VALUE_KEY = "default";

/**
* Create an exponential {@link CameraFunction}
Expand Down

0 comments on commit ab20d38

Please sign in to comment.