Skip to content

Commit 8a3a57f

Browse files
committed
Update ccsid descriptions
1 parent ae2cb09 commit 8a3a57f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

projects/com.ibm.cicsdev.link/src/com/ibm/cicsdev/link/LinkProg1.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class LinkProg1 extends LinkProgCommon
3737
private static final int CA_LEN = 18;
3838

3939
/**
40-
* CCSID of the current JVM.
40+
* CCSID of the CICS region.
4141
*/
4242
private static final String LOCALCCSID = System.getProperty("com.ibm.cics.jvmserver.local.ccsid");
4343

projects/com.ibm.cicsdev.tdq/src/com/ibm/cicsdev/tdq/TDQExample2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class TDQExample2 extends TDQCommon
3535
private static final int DEPTH_COUNT = 5;
3636

3737
/**
38-
* Resolved at runtime to be the CCSID of the currently-executing JVM.
38+
* Resolved at runtime to be the CCSID of the region.
3939
*/
4040
private static final String CCSID =
4141
System.getProperty("com.ibm.cics.jvmserver.local.ccsid");

projects/com.ibm.cicsdev.tsq/src/com/ibm/cicsdev/tsq/TSQExample2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class TSQExample2 extends TSQCommon
3636
private static final int DEPTH_COUNT = 5;
3737

3838
/**
39-
* Resolved at runtime to be the CCSID of the currently-executing JVM.
39+
* Resolved at runtime to be the CCSID of the region
4040
*/
4141
private static final String CCSID =
4242
System.getProperty("com.ibm.cics.jvmserver.local.ccsid");

0 commit comments

Comments
 (0)