summaryrefslogtreecommitdiff
path: root/src/de/lmu/ifi/dbs/elki/data/HierarchicalClassLabel.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/lmu/ifi/dbs/elki/data/HierarchicalClassLabel.java')
-rw-r--r--src/de/lmu/ifi/dbs/elki/data/HierarchicalClassLabel.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/de/lmu/ifi/dbs/elki/data/HierarchicalClassLabel.java b/src/de/lmu/ifi/dbs/elki/data/HierarchicalClassLabel.java
index 7e84b2bf..20f1b4d2 100644
--- a/src/de/lmu/ifi/dbs/elki/data/HierarchicalClassLabel.java
+++ b/src/de/lmu/ifi/dbs/elki/data/HierarchicalClassLabel.java
@@ -4,7 +4,7 @@ package de.lmu.ifi.dbs.elki.data;
This file is part of ELKI:
Environment for Developing KDD-Applications Supported by Index-Structures
- Copyright (C) 2013
+ Copyright (C) 2014
Ludwig-Maximilians-Universität München
Lehr- und Forschungseinheit für Datenbanksysteme
ELKI Development Team
@@ -168,7 +168,7 @@ public class HierarchicalClassLabel extends ClassLabel {
}
/**
- * Provides a String representation of this ClassLabel comprising only the
+ * Create a String representation of this ClassLabel comprising only the
* first <code>level</code> levels.
*
* @param level the lowest level to include in the String representation.