Skip to content

Commit ba04110

Browse files
authored
Update after rename
1 parent 2321f78 commit ba04110

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
![Version](https://img.shields.io/endpoint?url=https://shield.abap.space/version-shield-json/github/Marc-Bernard-Tools/ABAP-Strust/src/zcl_strust.clas.abap/c_version&label=Version&color=blue)
1+
![Version](https://img.shields.io/endpoint?url=https://shield.abap.space/version-shield-json/github/Marc-Bernard-Tools/ABAP-Strust/src/zcl_strust2.clas.abap/c_version&label=Version&color=blue)
22

3-
[![License](https://img.shields.io/github/license/Marc-Bernard-Tools/ABAP-Strust?label=License&color=green)](LICENSE)
4-
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?color=green)](https://github.com/Marc-Bernard-Tools/.github/blob/main/CODE_OF_CONDUCT.md)
3+
[![License](https://img.shields.io/github/license/Marc-Bernard-Tools/ABAP-Strust?label=License&color=success)](LICENSE)
4+
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?color=success)](https://github.com/Marc-Bernard-Tools/.github/blob/main/CODE_OF_CONDUCT.md)
55
[![REUSE Status](https://api.reuse.software/badge/github.com/Marc-Bernard-Tools/ABAP-Strust)](https://api.reuse.software/info/github.com/Marc-Bernard-Tools/ABAP-Strust)
66

77
# Trust Management
@@ -14,7 +14,7 @@ NO WARRANTIES, [MIT License](LICENSE)
1414

1515
## Usage
1616

17-
Example of creating, updating, or removing a certificate using class `zcl_strust`.
17+
Example of creating, updating, or removing a certificate using class `zcl_strust2`.
1818

1919
```abap
2020
CONSTANTS:
@@ -25,8 +25,8 @@ CONSTANTS:
2525
c_subject TYPE string VALUE 'CN=*.marcbernardtools.com' ##NO_TEXT.
2626
2727
DATA:
28-
lo_strust TYPE REF TO zcl_strust,
29-
lx_error TYPE REF TO zcx_strust.
28+
lo_strust TYPE REF TO zcl_strust2,
29+
lx_error TYPE REF TO zcx_strust2.
3030
3131
TRY.
3232
CREATE OBJECT lo_strust
@@ -53,7 +53,7 @@ TRY.
5353
lo_strust->update( ).
5454
ENDIF.
5555
56-
CATCH zcx_strust INTO lx_error.
56+
CATCH zcx_strust2 INTO lx_error.
5757
MESSAGE lx_error TYPE 'I' DISPLAY LIKE 'E'.
5858
ENDTRY.
5959
```

0 commit comments

Comments
 (0)