Created
December 26, 2016 16:45
-
-
Save vinsguru/343ff30f7872287361f617b3da85c9e0 to your computer and use it in GitHub Desktop.
This file contains 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
private static final List<String> desc = new LinkedList<String>(); | |
static { | |
desc.add("String 1"); | |
desc.add("String 2"); | |
desc.add("Delimiter"); | |
desc.add("Name of variable in which to store the result (optional)"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment