Created
September 10, 2017 13:26
-
-
Save rakshakhegde/218ee85d03a56f678a69048c889b6da4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@BooleanVariableMethod(initialValue = true) | |
public void showLabels(Boolean showLabels) { | |
indicator.showLabels(showLabels); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment