Skip to content

Commit ac84b24

Browse files
committed
remove redundant word -grouping from names of groupings. close #119
1 parent b05e753 commit ac84b24

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

ietf-voucher-request.yang

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ module ietf-voucher-request {
8383
(BRSKI)";
8484
}
8585

86-
grouping voucher-request-grouping {
86+
grouping voucher-request {
8787
description
8888
"Grouping to allow reuse/extensions in future work.";
8989

90-
uses vch:voucher-artifact-grouping {
90+
uses vch:voucher-artifact {
9191
refine "last-renewal-date" {
9292
description "A last-renewal-date field
9393
is not valid in a voucher request, and
@@ -257,7 +257,7 @@ module ietf-voucher-request {
257257

258258
// Top-level statement: called "voucher" to match RFC8995
259259
sx:structure voucher {
260-
uses voucher-request-grouping;
260+
uses voucher-request;
261261
}
262262

263263
}

ietf-voucher.yang

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module ietf-voucher {
7777
"RFC 8366: Voucher Profile for Bootstrapping Protocols";
7878
}
7979

80-
grouping voucher-artifact-grouping {
80+
grouping voucher-artifact {
8181
description
8282
"Grouping to allow reuse/extensions in future work.";
8383

@@ -329,7 +329,7 @@ module ietf-voucher {
329329

330330
// Top-level statement
331331
sx:structure voucher {
332-
uses voucher-artifact-grouping;
332+
uses voucher-artifact;
333333
}
334334

335335
}

0 commit comments

Comments
 (0)