mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
19.47.2015 2dc073d0f37048372498e13ffe84455896bac945
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/BackupTableModel.java
@@ -38,13 +38,9 @@
public class BackupTableModel extends AbstractTableModel
{
  private static final long serialVersionUID = -3511425157550147124L;
  private ArrayList<BackupDescriptor> backups =
    new ArrayList<BackupDescriptor>();
  private ArrayList<BackupDescriptor> backups = new ArrayList<>();
  /**
   * Clears the contents ot the table model.
   *
   */
  /** Clears the contents of the table model. */
  public void clear()
  {
    backups.clear();