Exemplo n.º 1
0
 /**
  * @return ref specifications as selected by user. Returned collection is a copy, so it may be
  *     modified by caller.
  */
 public List<RefSpec> getRefSpecs() {
   if (specsPanel == null) return Collections.emptyList();
   else return new ArrayList<RefSpec>(specsPanel.getRefSpecs());
 }