Beispiel #1
0
 /**
  * Returns the ID of the organisation or group that owns this module or project
  *
  * @return a non-blank ID
  */
 public String getGroupId() {
   return gav.getGroupId();
 }