Skip to content

Commit

Permalink
static check
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshSingla committed Jul 26, 2024
1 parent c7351d7 commit 751ff9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ private static boolean dimensionRequiresConversion(final ColumnType dimensionTyp

/**
* Creates java types for deserializing the result row. For timestamp, aggregators and post-aggregators, it resorts to
* {@link Object.class}. For dimensions requiring conversion (check {@link #dimensionRequiresConversion(ColumnType)}),
* {@code Object.class}. For dimensions requiring conversion (check {@link #dimensionRequiresConversion(ColumnType)}),
* it returns the java type for the associated class of the complex object.
*/
private static JavaType[] createJavaTypesForResultRow(final GroupByQuery groupByQuery)
Expand Down

0 comments on commit 751ff9e

Please sign in to comment.