Skip to content

Commit adb670f

Browse files
committed
Update comments
1 parent 2718b01 commit adb670f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
* Provides a Java implementation that is functionally equivalent to the COBOL
2222
* EC01 sample program.
2323
*/
24-
public class LinkServEC01 {
24+
public class LinkServEC01
25+
{
2526
/**
2627
* Length of the COMMAREA returned by this program.
2728
*/
@@ -33,10 +34,9 @@ public class LinkServEC01 {
3334
private static final String CA_LEN_ABCODE = "LEN";
3435

3536
/**
36-
* CCSID of the current JVM.
37+
* CCSID of the CICS region.
3738
*/
38-
private static final String LOCALCCSID = System
39-
.getProperty("com.ibm.cics.jvmserver.local.ccsid");
39+
private static final String LOCALCCSID = System.getProperty("com.ibm.cics.jvmserver.local.ccsid");
4040

4141
/**
4242
* Main entry point to a CICS OSGi program.

0 commit comments

Comments
 (0)