Skip to content

Commit

Permalink
Adjusted dependency import order for javax.annotation.Nullable in Csv…
Browse files Browse the repository at this point in the history
…Parser.java
  • Loading branch information
jackluo923 committed Apr 24, 2024
1 parent 09d53bb commit 23d8de3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
*/
package org.apache.pinot.segment.spi.utils;

import javax.annotation.Nullable;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.Stream;
import javax.annotation.Nullable;

public class CsvParser {
private CsvParser() {
Expand Down

0 comments on commit 23d8de3

Please sign in to comment.