[HUDI-379] Refactor the codes based on new JavadocStyle code style rule (#1079)
This commit is contained in:
@@ -21,7 +21,7 @@ package com.uber.hoodie.hadoop;
|
||||
import org.apache.hudi.hadoop.HoodieParquetInputFormat;
|
||||
|
||||
/**
|
||||
* Temporary class to allow seamless migration of com.uber.hoodie to org.apache.hudi
|
||||
* Temporary class to allow seamless migration of com.uber.hoodie to org.apache.hudi .
|
||||
*/
|
||||
public class HoodieInputFormat extends HoodieParquetInputFormat {
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ package com.uber.hoodie.hadoop.realtime;
|
||||
import org.apache.hudi.hadoop.realtime.HoodieParquetRealtimeInputFormat;
|
||||
|
||||
/**
|
||||
* Temporary class to allow seamless migration of com.uber.hoodie to org.apache.hudi
|
||||
* Temporary class to allow seamless migration of com.uber.hoodie to org.apache.hudi .
|
||||
*/
|
||||
public class HoodieRealtimeInputFormat extends HoodieParquetRealtimeInputFormat {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user