fix intellij errors

This commit is contained in:
Zoltan Haindrich 2024-08-06 07:25:42 +00:00
parent 5e5c94d6d8
commit 34ab911399
2 changed files with 1 additions and 6 deletions

View File

@ -259,11 +259,6 @@
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>

View File

@ -35,7 +35,7 @@ import java.util.Objects;
public class MSQResultsReport
{
/**
* Like {@link org.apache.druid.segment.column.RowSignature}, but allows duplicate column names for compatibility
* Like {@link RowSignature}, but allows duplicate column names for compatibility
* with SQL (which also allows duplicate column names in query results).
*/
private final List<ColumnAndType> signature;