summaryrefslogtreecommitdiffstats
path: root/docproc/src/main/java/com/yahoo/docproc/DocumentOperationWrapper.java
blob: 560022dca1b781fd54730d473d2e6c79825f49d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.docproc;

import com.yahoo.document.DocumentOperation;

/**
 * @author <a href="mailto:einarmr@yahoo-inc.com">Einar M R Rosenvinge</a>
 */
public interface DocumentOperationWrapper {
    public DocumentOperation getWrappedDocumentOperation();
}