1
0

[minor] Fix few typos in the java docs (#1132)

This commit is contained in:
dengziming
2019-12-25 12:44:11 +08:00
committed by vinoth chandar
parent dd06660183
commit 94aec965f5
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ import java.util.stream.IntStream;
import scala.Tuple2;
/**
* Hoodie Write Client helps you build datasets on HDFS [insert()] and then perform efficient mutations on a HDFS
* Hoodie Write Client helps you build datasets on HDFS [insert()] and then perform efficient mutations on an HDFS
* dataset [upsert()]
* <p>
* Note that, at any given time, there can only be one Spark job performing these operatons on a Hoodie dataset.

View File

@@ -39,7 +39,7 @@ public class TestBloomFilter {
private final String versionToTest;
// name attribute is optional, provide an unique name for test
// name attribute is optional, provide a unique name for test
// multiple parameters, uses Collection<Object[]>
@Parameters()
public static Collection<Object[]> data() {