Beispiel #1
0
  public String authorName() {

    return RepositoryUtil.hasRepositoryAccess() ? RepositoryUtil.authorNameFor(resource) : null;
  }