File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
core/src/main/java/io/temporal/samples/envconfig Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11package io .temporal .samples .envconfig ;
2- /** @@@SNIPSTART java-env-config-profile */
2+
3+ /**
4+ * @@@SNIPSTART java-env-config-profile
5+ */
36import io .temporal .client .WorkflowClient ;
47import io .temporal .client .WorkflowClientOptions ;
58import io .temporal .envconfig .ClientConfigProfile ;
@@ -77,4 +80,6 @@ public static void main(String[] args) {
7780 }
7881 }
7982}
80- /** @@@SNIPEND */
83+ /**
84+ * @@@SNIPEND
85+ */
Original file line number Diff line number Diff line change 11package io .temporal .samples .envconfig ;
2- /** @@@SNIPSTART java-env-config-profile-with-overrides */
2+
3+ /**
4+ * @@@SNIPSTART java-env-config-profile-with-overrides
5+ */
36import io .temporal .client .WorkflowClient ;
47import io .temporal .client .WorkflowClientOptions ;
58import io .temporal .envconfig .ClientConfigProfile ;
@@ -85,4 +88,6 @@ public static void main(String[] args) {
8588 }
8689 }
8790}
88- /** @@@SNIPEND */
91+ /**
92+ * @@@SNIPEND
93+ */
You can’t perform that action at this time.
0 commit comments