org.apache.curator.Dummy Maven / Gradle / Ivy
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package org.apache.curator;
/**
* A dummy to make the attach-jars Maven profile work for this module (it needs to find a class to javadoc and attach source).
* Having this beats having duplicated stuff in pom.xml.
* @author vegardh
*
*/
public class Dummy {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy