summaryrefslogtreecommitdiff
path: root/src/de/lmu/ifi/dbs/elki/utilities/optionhandling/OptionID.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/lmu/ifi/dbs/elki/utilities/optionhandling/OptionID.java')
-rw-r--r--src/de/lmu/ifi/dbs/elki/utilities/optionhandling/OptionID.java7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/de/lmu/ifi/dbs/elki/utilities/optionhandling/OptionID.java b/src/de/lmu/ifi/dbs/elki/utilities/optionhandling/OptionID.java
index 60e51a98..60afb2b1 100644
--- a/src/de/lmu/ifi/dbs/elki/utilities/optionhandling/OptionID.java
+++ b/src/de/lmu/ifi/dbs/elki/utilities/optionhandling/OptionID.java
@@ -4,7 +4,7 @@ package de.lmu.ifi.dbs.elki.utilities.optionhandling;
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
@@ -42,10 +42,7 @@ public final class OptionID {
private String description;
/**
- * Provides a new OptionID of the given name and description.
- * <p/>
- * All OptionIDs are unique w.r.t. their name. An OptionID provides
- * additionally a description of the option.
+ * Constructor.
*
* @param name the name of the option
* @param description the description of the option