Skip to content

Commit ee526ef

Browse files
committed
docs(core): use {@code} instead of {@link} for TypeVariation function behavior
The {@link TypeVariationFunctionBehavior#...} references failed javadoc generation: Immutables copies the doc onto the generated ImmutableSimpleExtension methods, where the nested enum name is not in scope, producing "reference not found" errors.
1 parent af87ce0 commit ee526ef

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

core/src/main/java/io/substrait/extension/SimpleExtension.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,9 +1127,8 @@ public abstract static class TypeVariation {
11271127

11281128
/**
11291129
* Returns the function behavior, i.e. whether functions supporting the system-preferred
1130-
* variation implicitly support this variation ({@link TypeVariationFunctionBehavior#INHERITS})
1131-
* or must be resolved independently ({@link TypeVariationFunctionBehavior#SEPARATE}). Defaults
1132-
* to {@link TypeVariationFunctionBehavior#INHERITS}.
1130+
* variation implicitly support this variation ({@code INHERITS}) or must be resolved
1131+
* independently ({@code SEPARATE}). Defaults to {@code INHERITS}.
11331132
*
11341133
* @return the function behavior
11351134
*/

0 commit comments

Comments
 (0)