Skip to content

Commit dcb07e4

Browse files
authored
Update BloomFilterCrossLanguageTest.java
Silly me. Gotta rename the class in java, too, not just the file.
1 parent 9f77b60 commit dcb07e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/datasketches/filters/bloomfilter/BloomFilterCrossLanguageTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* Serialize binary sketches to be tested by C++ code.
3737
* Test deserialization of binary sketches serialized by C++ code.
3838
*/
39-
public class BloomFilterCorssLanguageTest {
39+
public class BloomFilterCrossLanguageTest {
4040

4141
@Test(groups = {GENERATE_JAVA_FILES})
4242
public void generatBloomFilterBinariesForCompatibilityTesting() throws IOException {

0 commit comments

Comments
 (0)