Skip to content

Commit b5483a2

Browse files
committed
Mark add_replica and add_compiler plans private
We already had @api private, but Bolt doesn't respect that. It needs @Private true.
1 parent 1f33dd2 commit b5483a2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

plans/add_compiler.pp

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# @api private
2+
# @private true
23
# This plan is in development and currently considered experimental.
34
# @summary Add a new compiler to a PE architecture or replace an existing one with new configuration.
45
# @param avail_group_letter _ Either A or B; whichever of the two letter designations the compiler is being assigned to

plans/add_replica.pp

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# @api private
2+
# @private true
23
# This plan is still in development and currently considered experimental.
34
# @summary Replace a replica host for a Standard or Large architecture.
45
# Supported use cases:

0 commit comments

Comments
 (0)