Skip to content

Commit

Permalink
Add missing import statement
Browse files Browse the repository at this point in the history
Caused by merging #6571 which was already a bit old
  • Loading branch information
wetneb committed May 16, 2024
1 parent e493b61 commit 6a86001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/tests/server/src/com/google/refine/RefineTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.BeforeSuite;

import com.google.refine.expr.MetaParser;
import com.google.refine.grel.ControlFunctionRegistry;
import com.google.refine.grel.Function;
import com.google.refine.grel.Parser;
Expand Down

0 comments on commit 6a86001

Please sign in to comment.