Guest User

Untitled

a guest
Jun 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public List<String> getSplitCategories() {
  2. if (conCategories == null) {
  3. return new String[0];
  4. } else {
  5. return conCategories.split(';');
  6. }
  7. }
Add Comment
Please, Sign In to add comment