Skip to content

Commit d2e02fd

Browse files
committed
docs: fix gradle format issues
1 parent e742687 commit d2e02fd

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

core/src/main/java/io/temporal/samples/envconfig/LoadFromFile.java

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
package io.temporal.samples.envconfig;
2-
/** @@@SNIPSTART java-env-config-profile */
2+
3+
/**
4+
* @@@SNIPSTART java-env-config-profile
5+
*/
36
import io.temporal.client.WorkflowClient;
47
import io.temporal.client.WorkflowClientOptions;
58
import io.temporal.envconfig.ClientConfigProfile;
@@ -77,4 +80,6 @@ public static void main(String[] args) {
7780
}
7881
}
7982
}
80-
/** @@@SNIPEND */
83+
/**
84+
* @@@SNIPEND
85+
*/

core/src/main/java/io/temporal/samples/envconfig/LoadProfile.java

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
package io.temporal.samples.envconfig;
2-
/** @@@SNIPSTART java-env-config-profile-with-overrides */
2+
3+
/**
4+
* @@@SNIPSTART java-env-config-profile-with-overrides
5+
*/
36
import io.temporal.client.WorkflowClient;
47
import io.temporal.client.WorkflowClientOptions;
58
import io.temporal.envconfig.ClientConfigProfile;
@@ -85,4 +88,6 @@ public static void main(String[] args) {
8588
}
8689
}
8790
}
88-
/** @@@SNIPEND */
91+
/**
92+
* @@@SNIPEND
93+
*/

0 commit comments

Comments
 (0)