Skip to content

Instantly share code, notes, and snippets.

@brandizzi
Created November 27, 2013 14:14
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 brandizzi/7676319 to your computer and use it in GitHub Desktop.
Save brandizzi/7676319 to your computer and use it in GitHub Desktop.
@Override
public String[] getTagNames(String className, long classPK)
throws SystemException {
return getTagNames(getTags(className, classPK));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment