File tree Expand file tree Collapse file tree
temporal-sdk/src/test/java/io/temporal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -853,9 +853,8 @@ public void testConvertNexusToWorkflow_EmptyUrl() {
853853 }
854854
855855 /**
856- * A '+' in a path segment is a literal '+', not a space.
857- * Form decoding would turn it into a space and point
858- * at a different execution.
856+ * A '+' in a path segment is a literal '+', not a space. Form decoding would turn it into a space
857+ * and point at a different execution.
859858 */
860859 @ Test
861860 public void testConvertNexusToWorkflow_LiteralPlusInPathIsPreserved () {
Original file line number Diff line number Diff line change 4747 * <p>Covers the value round trip plus the failure modes a caller can observe: an unknown workflow,
4848 * a query handler that throws, and a Query rejected by the client's reject condition. All of these
4949 * must fail the caller's Nexus operation rather than hanging or returning a default.
50- *
5150 */
5251public class QueryOperationTest {
5352
You can’t perform that action at this time.
0 commit comments