Skip to content

Commit

Permalink
README.md updated
Browse files Browse the repository at this point in the history
getParam_name() and setParam_name() use camelCase convention
  • Loading branch information
piwonski authored Apr 13, 2018
1 parent ca8e860 commit 70744f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Boolean boolean_param = true;
CockpitPlugin will generate `Cockpit.java` file for you. Cockpit functionality is by design available only for debug builds, so `Cockpit.java` file won't contain any setters in the release build. This is to prevent any unauthorized param value changes.

### Accessing param values
You can access the params via generated getters and setters. Each param has corresponding `getparam_name()` and `setparam_name()`, where `param_name` is your param's name.
You can access the params via generated getters and setters. Each param has corresponding `getParam_name()` and `setParam_name()`, where `param_name` is your param's name.
>Setters are generated only for debug builds.
### Displaying cockpit
Expand Down

0 comments on commit 70744f9

Please sign in to comment.