(AltsInternalContext wrapped)
| 28 | private final AltsInternalContext wrapped; |
| 29 | |
| 30 | AltsContext(AltsInternalContext wrapped) { |
| 31 | this.wrapped = wrapped; |
| 32 | } |
| 33 | |
| 34 | /** |
| 35 | * Creates an {@code AltsContext} for testing purposes. |
nothing calls this directly
no outgoing calls
no test coverage detected