Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wsargent committed Apr 11, 2024
1 parent d764dab commit db34840
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/src/main/java/com/tersesystems/echopraxia/api/Value.java
Original file line number Diff line number Diff line change
Expand Up @@ -777,9 +777,6 @@ public Attributes attributes() {
}
}

/**
* ArrayValue is public because it is a collection
*/
public static class ArrayValue extends Value<List<Value<?>>> {
private final List<Value<?>> raw;

Expand Down

0 comments on commit db34840

Please sign in to comment.