Skip to content

v0.2.47..v0.2.48 changeset ElementInIdListCriterion.h

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/ElementInIdListCriterion.h b/hoot-core/src/main/cpp/hoot/core/criterion/ElementInIdListCriterion.h
index 419fcf6..6bd7c93 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/ElementInIdListCriterion.h
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/ElementInIdListCriterion.h
@@ -38,6 +38,8 @@ namespace hoot
 
 /**
  * Identifies elements in a list of IDs
+ *
+ * TODO: We could probably replace this with ElementIdCriterion.
  */
 class ElementInIdListCriterion : public ElementCriterion
 {
Clone this wiki locally