tech.bitey.dataframe.test.Placeholder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dataframe-test Show documentation
Show all versions of dataframe-test Show documentation
Blackbox unit tests for datafame and bufferstuff
package tech.bitey.dataframe.test;
/**
* This module only contains unit tests. We need this placeholder class to force
* creation of a Javadoc jar as required by Maven Central.
*/
public class Placeholder {
}