Skip to content

Commit 0f70523

Browse files
committed
removed redundant request filter injection for the token retrieval
tested
1 parent dfacb1c commit 0f70523

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

IoTORDSAccess/src/main/java/com/oracle/demo/timg/iot/iotordsaccess/testers/IDCSTestTokenRetrieval.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ Software and the Larger Work(s), and to sublicense the foregoing rights on
5757
@Singleton
5858
@Requires(property = "iot.idcs.test-token-retrieval", value = "true", defaultValue = "false")
5959
public class IDCSTestTokenRetrieval {
60-
@Inject
61-
private IDCSOAuthApplicationTokenRetriever idcsoAuthApplicationTokenRequest;
62-
6360
private int counter = 0;
6461
@Inject
6562
private IDCSOAuthApplicationTokenRetriever idcsoAuthApplicationTokenRetriever;

0 commit comments

Comments
 (0)