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

Jean-Noel Rouvignac
24.41.2015 e7cac727a9231ff3602e61a4ea678e0463eb0e39
opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/UIFactory.java
@@ -1773,9 +1773,7 @@
    setBorder(new EmptyBorder(3, 3, 3, 3));
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  @Override
  public void setText(String text)
  {
@@ -1797,9 +1795,7 @@
    }
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  @Override
  public void scrollRectToVisible(Rectangle rect)
  {
@@ -1827,9 +1823,7 @@
  {
    this.tf = tf;
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  public void focusGained(FocusEvent e)
  {
    if ((tf.getText() == null) || "".equals(tf.getText()))
@@ -1844,9 +1838,7 @@
    }
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  public void focusLost(FocusEvent e)
  {
  }