diff --git a/jit-compiler/src/main/java/org/aya/compiler/serializers/AbstractExprializer.java b/jit-compiler/src/main/java/org/aya/compiler/serializers/AbstractExprializer.java index de2448e7e..00da58b6b 100644 --- a/jit-compiler/src/main/java/org/aya/compiler/serializers/AbstractExprializer.java +++ b/jit-compiler/src/main/java/org/aya/compiler/serializers/AbstractExprializer.java @@ -44,7 +44,7 @@ public abstract class AbstractExprializer { /// This function may re-resolve the factory function to fixed size parameters one /// with the name of {@param con} /// in case {@param terms} is very small. - /// @see ImmutableSeq#of() + /// @see ImmutableSeq#empty() /// @see ImmutableSeq#of(Object) /// @see ImmutableSeq#of(Object, Object) /// @see ImmutableSeq#of(Object, Object, Object)