Commit 6b2b95e
committed
Fix config prop name in gRPC client and server
The config prop name was mismatched in the both the gRPC client
and server modules additional-spring-configuration-metadata.json
files. This makes them consistent using the singular form of the
property `spring.grpc.(client|server).observation.enabled`.
Signed-off-by: onobc <[email protected]>1 parent 76ac9fb commit 6b2b95e
File tree
2 files changed
+2
-2
lines changed- module
- spring-boot-grpc-client/src/main/resources/META-INF
- spring-boot-grpc-server/src/main/resources/META-INF
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments