Skip to content

Commit 38b5d1a

Browse files
committed
words matter update
1 parent 8f47d7b commit 38b5d1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This sample takes a string and links to a COBOL program with a channel and input
3030

3131
## [cics-java-liberty-restapp](cics-java-liberty-restapp)
3232

33-
This sample mimics the existing JCICS [cics-java-liberty-restapp sample](https://github.com/cicsdev/cics-java-liberty-restapp/blob/master/src/Java/com/ibm/cicsdev/restapp/InfoResource.java), but is updated to use JCICSX instead of JCICS to show the similarities and differences. It creates a RESTful application that takes a string as an input and reverses it, and get the date and time from CICS.
33+
This sample mimics the existing JCICS [cics-java-liberty-restapp sample](https://github.com/cicsdev/cics-java-liberty-restapp/blob/main/src/Java/com/ibm/cicsdev/restapp/InfoResource.java), but is updated to use JCICSX instead of JCICS to show the similarities and differences. It creates a RESTful application that takes a string as an input and reverses it, and get the date and time from CICS.
3434

3535
## [mockito-testing-containers-sample](mockito-testing-containers-sample)
3636

cics-java-liberty-restapp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cics-java-liberty-restapp sample
22

3-
This sample is the same as the existing JCICS [cics-java-liberty-restapp sample](https://github.com/cicsdev/cics-java-liberty-restapp/blob/master/src/Java/com/ibm/cicsdev/restapp/InfoResource.java), but updated to use JCICSX instead of JCICS to show the similarities and differences.
3+
This sample is the same as the existing JCICS [cics-java-liberty-restapp sample](https://github.com/cicsdev/cics-java-liberty-restapp/blob/main/src/Java/com/ibm/cicsdev/restapp/InfoResource.java), but updated to use JCICSX instead of JCICS to show the similarities and differences.
44

55

66
Sample RESTful web application for deployment to a Liberty JVM server in CICS. The application is supplied with two resources:

0 commit comments

Comments
 (0)