Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into mcobbett-gherkin-3270-terminals-scenario-out…
Browse files Browse the repository at this point in the history
…line
  • Loading branch information
techcobweb committed Jul 10, 2024
2 parents 64f50b9 + 58d433a commit 5af8326
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ public class SdvManagerIVT {
@Logger
public Log logger;

@CicsTerminal(cicsTag = "A")
@CicsTerminal(cicsTag = "SDVIVT")
public ICicsTerminal terminal;

@SdvUser(cicsTag = "A", roleTag = "R1")
@SdvUser(cicsTag = "SDVIVT", roleTag = "R1")
public ISdvUser user1;

private static final String SDV_TCPIPSERVICE_NAME = "SDVXSDT";
Expand Down

0 comments on commit 5af8326

Please sign in to comment.