Skip to content

Commit 0e1e700

Browse files
authored
Minor rewording
1 parent 5bc5e0e commit 0e1e700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/blog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ catch (Exception e)
381381
}
382382
```
383383

384-
It is also possible for a Java application to rollback the CICS transaction or abend the CICS task directly. This can be achieved using the `Task.abend()` or `Task.rollback(`) methods in the Task class, as shown in the LinkServEC01 sample. Abending the CICS task is similar in concept to the throwing of Java exception, as it allows a CICS abend handler written in COBOL (or another language) to take control of error processing.
384+
It is also possible for a Java application to rollback or abend the CICS task directly. This can be achieved using the `Task.rollback(`) or `Task.abend()` methods in the Task class, as shown in the LinkServEC01 sample. Abending the CICS task is similar in concept to the throwing of Java exception, as it allows a CICS abend handler written in COBOL (or another language) to take control of error processing.
385385

386386

387387
```java

0 commit comments

Comments
 (0)