mirror of https://github.com/apache/druid.git
fix checkstyle
This commit is contained in:
parent
7bb5d5fb1e
commit
6dba81a046
|
@ -34,7 +34,7 @@ import java.io.InputStream;
|
|||
* ObjectSource abstracts an object and knows how to read bytes from the given object.
|
||||
*/
|
||||
@ExtensionPoint
|
||||
public interface ObjectSource<T>
|
||||
public interface ObjectSource<T>
|
||||
{
|
||||
Logger LOG = new Logger(ObjectSource.class);
|
||||
|
||||
|
|
|
@ -23,8 +23,8 @@ import org.apache.druid.data.input.InputRow;
|
|||
import org.apache.druid.data.input.InputRowPlusRaw;
|
||||
import org.apache.druid.data.input.InputRowSchema;
|
||||
import org.apache.druid.data.input.InputSourceReader;
|
||||
import org.apache.druid.data.input.ObjectSource;
|
||||
import org.apache.druid.data.input.ObjectReader;
|
||||
import org.apache.druid.data.input.ObjectSource;
|
||||
import org.apache.druid.java.util.common.parsers.CloseableIterator;
|
||||
|
||||
import java.io.File;
|
||||
|
|
Loading…
Reference in New Issue