~ubuntu-branches/ubuntu/vivid/elki/vivid

« back to all changes in this revision

Viewing changes to src/de/lmu/ifi/dbs/elki/datasource/FileBasedDatabaseConnection.java

  • Committer: Bazaar Package Importer
  • Author(s): Erich Schubert
  • Date: 2011-09-24 12:24:37 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110924122437-xx6pyl4yhuom9yzw
Tags: 0.4.0-1
* New upstream release. (0.4.0 final)
* Try to make lintian happier with the DEP-5 copyright format
* Fixes a bug where various methods would require a classlabel that
  previously would fall-back to any kind of label available.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 * Provides a file based database connection based on the parser to be set.
41
41
 * 
42
42
 * @author Arthur Zimek
 
43
 *
 
44
 * @apiviz.landmark
43
45
 */
44
46
public class FileBasedDatabaseConnection extends InputStreamDatabaseConnection {
45
47
  /**