Skip to content

Commit

Permalink
Add more snip sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed Oct 16, 2024
1 parent d41e735 commit b64b259
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/

// @@@SNIPSTART samples-java-nexus-caller-echo-workflow
package io.temporal.samples.nexus.caller;

import io.temporal.samples.nexus.service.NexusService;
Expand All @@ -41,3 +41,4 @@ public String echo(String message) {
return nexusService.echo(new NexusService.EchoInput(message)).getMessage();
}
}
// @@@SNIPEND
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/

// @@@SNIPSTART samples-java-nexus-caller-hello-workflow
package io.temporal.samples.nexus.caller;

import io.temporal.samples.nexus.service.NexusService;
Expand Down Expand Up @@ -48,3 +48,4 @@ public String hello(String message, NexusService.Language language) {
return handle.getResult().get().getMessage();
}
}
// @@@SNIPEND

0 comments on commit b64b259

Please sign in to comment.