Skip to content

Instantly share code, notes, and snippets.

@vinsguru
Created December 26, 2016 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinsguru/343ff30f7872287361f617b3da85c9e0 to your computer and use it in GitHub Desktop.
Save vinsguru/343ff30f7872287361f617b3da85c9e0 to your computer and use it in GitHub Desktop.
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