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

}