aboutsummaryrefslogtreecommitdiff
path: root/src/main/model/util/Node.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/model/util/Node.java')
-rw-r--r--src/main/model/util/Node.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/model/util/Node.java b/src/main/model/util/Node.java
index 619404f..4057fab 100644
--- a/src/main/model/util/Node.java
+++ b/src/main/model/util/Node.java
@@ -1,8 +1,8 @@
package model.util;
/**
- * yeah there's nothing here
- * I just need to establish the inheritance relation of ElementNode and TextNode
+ * This Node represents an abstract relationship between ElementNode and TextNode.
+ * It's extremely helpful / necessary for Lists of arbitrary ElementNodes/TextNodes.
*/
public interface Node {
// Return a representation of the Node. Useful for debugging.