aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/main/java/com/yahoo/documentapi/messagebus/protocol/VisitorMessage.java
blob: 25f7d495ada6093b43e03c6eee2de7e08b915614 (plain) (blame)
1
2
3
4
5
6
// Copyright Vespa.ai. 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
}