Skip to content

Commit fea5921

Browse files
committed
chore: addressing some PR comments
1 parent e8cb862 commit fea5921

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

core/src/main/java/io/substrait/expression/Expression.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,6 @@ public <R, C extends VisitationContext, E extends Throwable> R accept(
672672
* <li>As {@code Literal.Struct} - see {@link UserDefinedStructLiteral}
673673
* </ul>
674674
*
675-
* @see UserDefinedAnyLiteral
676-
* @see UserDefinedStructLiteral
677675
*/
678676
interface UserDefinedLiteral extends Literal {
679677
String urn();
@@ -684,7 +682,7 @@ interface UserDefinedLiteral extends Literal {
684682
}
685683

686684
/**
687-
* User-defined literal with value encoded as {@code google.protobuf.Any}.
685+
* User-defined literal with value encoded as {@link com.google.protobuf.Any}.
688686
*
689687
* <p>This encoding allows for arbitrary binary data to be stored in the literal value.
690688
*/
@@ -723,7 +721,7 @@ public <R, C extends VisitationContext, E extends Throwable> R accept(
723721
}
724722

725723
/**
726-
* User-defined literal with value encoded as {@code Literal.Struct}.
724+
* User-defined literal with value encoded as {@link io.substrait.proto.Expression.Literal.Struct}.
727725
*
728726
* <p>This encoding uses a structured list of fields to represent the literal value.
729727
*/

0 commit comments

Comments
 (0)