GP-0: Fixing javadoc

This commit is contained in:
Ryan Kurtz 2025-04-24 12:14:05 -04:00
parent 71e7f65d3f
commit e2f7be119a

View file

@ -147,7 +147,6 @@ public interface Span<N, S extends Span<N, S>> extends Comparable<S> {
* Render the given span as a string
*
* @param s the span
* @param nToString a function to convert n to a string
* @return the string
*/
default String toString(S s) {