aboutsummaryrefslogtreecommitdiff
path: root/src/main/model/util
diff options
context:
space:
mode:
authorj-james2022-10-17 15:35:42 +0000
committerj-james2022-10-17 15:35:42 +0000
commite1b3f9b8f017ec1f3e1504bd09f47cd9dc6516bd (patch)
treeb0e3c89afe3783f90a74500634aac8d1afa158b8 /src/main/model/util
parent21b8e5f6cdcd9fab275efce5e88f02addfd19e7e (diff)
what do you mean force pushing isn't allowed
oh the embarrassment of forgetting class descriptions
Diffstat (limited to 'src/main/model/util')
-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.