Skip to content

Commit

Permalink
MQseries section sync with EN (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored Mar 1, 2024
1 parent a63fd27 commit d286762
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions reference/mqseries/constants.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 14af302c9c0e561fa6f9cdd956268758ba9a89c5 Maintainer: yannick Status: ready -->
<!-- EN-Revision: d29cc4c6442768ba7a7f35a16b9a4cee88946254 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->

<appendix xml:id="mqseries.constants" xmlns="http://docbook.org/ns/docbook">
Expand All @@ -27,19 +27,19 @@
</row>
</thead>
<tbody>
<row>
<row xml:id="constant.mqseries-mqcc-ok">
<entry>MQSERIES_MQCC_OK</entry>
<entry>MQCC_OK</entry>
</row>
<row>
<row xml:id="constant.mqseries-mqcc-warning">
<entry>MQSERIES_MQCC_WARNING</entry>
<entry>MQCC_WARNING</entry>
</row>
<row>
<row xml:id="constant.mqseries-mqcc-failed">
<entry>MQSERIES_MQCC_FAILED</entry>
<entry>MQCC_FAILED</entry>
</row>
<row>
<row xml:id="constant.mqseries-mqcc-unknown">
<entry>MQSERIES_MQCC_UNKNOWN</entry>
<entry>MQCC_UNKNOWN</entry>
</row>
Expand Down

0 comments on commit d286762

Please sign in to comment.