summaryrefslogtreecommitdiffstats
path: root/documentapi/src/main/java/com/yahoo/documentapi/SubscriptionParameters.java
blob: a85774f0f36c8761bf58c43e5cb317f51204d1f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.documentapi;

/**
 * Parameters for creating or opening a visitor session
 *
 * @author bratseth
 */
public class SubscriptionParameters extends Parameters {
}