aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/main/java/com/yahoo/documentapi/messagebus/protocol/VisitorMessage.java
blob: 82223826f40b441dc55496e9bf6e45a42cae5306 (plain) (blame)
1
2
3
4
5
6
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.documentapi.messagebus.protocol;

public abstract class VisitorMessage extends DocumentMessage {
    // empty
}