fix checkstyle

This commit is contained in:
Jihoon Son 2019-11-08 23:43:54 -08:00
parent 7bb5d5fb1e
commit 6dba81a046
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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;