Exemple #1
0
 /** Gets the String value of the Command for deleting allocations. */
 public String getString() {
   return "the deletion of an Allocation for \""
       + team.getShortName()
       + "\" on \""
       + project.getShortName()
       + "\"";
 }