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

#include "maintenancecommand.h"

namespace storage::api {

MaintenanceCommand::~MaintenanceCommand() {}

}