1
0

[HUDI-379] Refactor the codes based on new JavadocStyle code style rule (#1079)

This commit is contained in:
lamber-ken
2019-12-06 12:59:28 +08:00
committed by leesf
parent c06d89b648
commit 2745b7552f
137 changed files with 434 additions and 433 deletions

View File

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

View File

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