aboutsummaryrefslogtreecommitdiffstats
path: root/zkfacade/src/main/java/org/apache/curator/Dummy.java
blob: ea6fbae79b5dad7acaf03d8583696eb3b6558d2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// 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 {

}