We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e907a commit 41f19b8Copy full SHA for 41f19b8
table-api/src/main/java/io/deephaven/api/agg/Formula.java
@@ -39,7 +39,9 @@ public static Formula of(Selectable selectable) {
39
/**
40
* Return a copy of this formula that will be applied to the prior level of the rollup.
41
*
42
- * <p>The reaggregating parameter has no effect when not part of a rollup.</p>
+ * <p>
43
+ * The reaggregating parameter has no effect when not part of a rollup.
44
+ * </p>
45
46
* @return a copy of this formula that is applied to the prior level of the rollup
47
*/
0 commit comments