aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storageapi/messageapi/maintenancecommand.cpp
blob: 91551be0987dea685648bec4b16f7c9e1acb33e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "maintenancecommand.h"

namespace storage::api {

MaintenanceCommand::~MaintenanceCommand() {}

}