Skip to content

Commit a48a5dc

Browse files
committed
Fix RAT
1 parent 18cc747 commit a48a5dc

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

include/records/YAMLConfigReloadTaskEncoder.h

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
/** @file
2+
3+
YAML encoder for ConfigReloadTask::Info — serializes reload task snapshots to YAML nodes
4+
for JSONRPC responses.
5+
6+
@section license License
7+
8+
Licensed to the Apache Software Foundation (ASF) under one
9+
or more contributor license agreements. See the NOTICE file
10+
distributed with this work for additional information
11+
regarding copyright ownership. The ASF licenses this file
12+
to you under the Apache License, Version 2.0 (the
13+
"License"); you may not use this file except in compliance
14+
with the License. You may obtain a copy of the License at
15+
16+
http://www.apache.org/licenses/LICENSE-2.0
17+
18+
Unless required by applicable law or agreed to in writing, software
19+
distributed under the License is distributed on an "AS IS" BASIS,
20+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21+
See the License for the specific language governing permissions and
22+
limitations under the License.
23+
*/
24+
125
#pragma once
226
#include <string>
327
#include <memory>

0 commit comments

Comments
 (0)