Ejemplo n.º 1
0
  /**
   * Reset.
   *
   * @return the searchpath string
   * @see org.jnetpcap.util.config.ConfigString#reset()
   */
  @Override
  public SearchpathString reset() {

    super.reset();
    pathContents.clear();

    return this;
  }