javadocstub.JavaDocStub Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spark-clr_2.10 Show documentation
Show all versions of spark-clr_2.10 Show documentation
C# language binding and extensions to Apache Spark
The newest version!
/**
* Copyright (c) Microsoft. All rights reserved.
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
/**
* Sonatype hosting requires javadoc for releasing an artifact into Maven Central.
* This java file is used to produce "fake" javadoc.
* Reference: http://central.sonatype.org/pages/requirements.html
*/
package javadocstub;
/**
* @author SparkClr Team
* @version 1.0 (current version number of program)
* @since 2016-01-05 (the version of the package this class was first added to)
*/
public class JavaDocStub {
public static void main(String[] args) {
System.out.println("Just a javadoc stub");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy