From 0987f2d7268547b6adc62003871012933ba2caeb Mon Sep 17 00:00:00 2001 From: Martin Kellogg Date: Thu, 7 Mar 2024 17:48:03 -0500 Subject: [PATCH] no annotations in signatures --- resources/test_data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/test_data.json b/resources/test_data.json index 91e54d6..b0fedc5 100644 --- a/resources/test_data.json +++ b/resources/test_data.json @@ -161,7 +161,7 @@ "root_dir": "core/src/main/java/", "targets": [ { - "method": "toPos(Iterable)", + "method": "toPos(Iterable)", "file": "SqlParserPos.java", "package": "org.apache.calcite.sql.parser" }