Skip to content

Commit

Permalink
Make error message private in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Sep 21, 2016
1 parent 427e6a8 commit d8e6f90
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@

public class MainActivity extends AppCompatActivity {

public static final String ERROR_API_LEVEL = "You need at least API 11 for this feature";
private static final String ERROR_API_LEVEL = "You need at least API 11 for this feature";

private IntroductionConfiguration.OnSlideListener defaultOnSlideListener =
new IntroductionConfiguration.OnSlideListener() {
@Override
Expand Down

0 comments on commit d8e6f90

Please sign in to comment.