Skip to content

Commit 97f8e2f

Browse files
committed
chore: Clean up not used files
Signed-off-by: Javier Aliaga <[email protected]>
1 parent 45872ef commit 97f8e2f

File tree

4 files changed

+13
-47
lines changed

4 files changed

+13
-47
lines changed

sdk-tests/src/test/java/io/dapr/it/testcontainers/KeyStore.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/*
2+
* Copyright 2025 The Dapr Authors
3+
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* you may not use this file except in compliance with the License.
5+
* You may obtain a copy of the License at
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
* Unless required by applicable law or agreed to in writing, software
8+
* distributed under the License is distributed on an "AS IS" BASIS,
9+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
* See the License for the specific language governing permissions and
11+
limitations under the License.
12+
*/
113
package io.dapr.it.testcontainers;
214

315
import java.util.HashMap;

sdk-tests/src/test/java/io/dapr/it/testcontainers/TaskExecutionKeyActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 The Dapr Authors
2+
* Copyright 2025 The Dapr Authors
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.
55
* You may obtain a copy of the License at

sdk-tests/src/test/java/io/dapr/it/testcontainers/WorkflowSingleton.java

Lines changed: 0 additions & 45 deletions
This file was deleted.

sdk-workflows/src/test/java/io/dapr/workflows/DefaultWorkflowContextTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ public void callChildWorkflowWithOptions() {
285285
WorkflowTaskRetryPolicy retryPolicy = WorkflowTaskRetryPolicy.newBuilder()
286286
.setMaxNumberOfAttempts(1)
287287
.setFirstRetryInterval(Duration.ofSeconds(10))
288-
.setRetryTimeout(Duration.ofSeconds(10))
289288
.build();
290289
WorkflowTaskOptions executionOptions = new WorkflowTaskOptions(retryPolicy);
291290
ArgumentCaptor<TaskOptions> captor = ArgumentCaptor.forClass(TaskOptions.class);

0 commit comments

Comments
 (0)