Skip to content

Commit

Permalink
Update main/src/com/google/refine/expr/functions/Cross.java
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Morris <tfmorris@gmail.com>
  • Loading branch information
wetneb and tfmorris committed Apr 25, 2024
1 parent f1b407a commit 411e3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/com/google/refine/expr/functions/Cross.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class Cross implements Function {
/**
* @deprecated use {@link LookupCacheManager#INDEX_COLUMN_NAME}.
*/
@Deprecated
@Deprecated(since = "3.9")
public static final String INDEX_COLUMN_NAME = LookupCacheManager.INDEX_COLUMN_NAME;

@Override
Expand Down

0 comments on commit 411e3cd

Please sign in to comment.