Skip to content

Commit 599f8f2

Browse files
Update deprecated-classes.md
1 parent 6287e0d commit 599f8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/checks/deprecated-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ DATA aunit TYPE REF TO cl_abap_unit_assert.
2626

2727
### What to do in case of exception?
2828

29-
In very special and restricted cases (e.g.: Keep release compatibility on downports), you can suppress Code Inspector findings generated by this check using the pseudo comment `"#EC DEPRECATED_CLAS`. The pseudo comment must be placed right after the statement:
29+
In very special and restricted cases (e.g.: for keeping downport release compatibility), you can suppress Code Inspector findings generated by this check using the pseudo comment `"#EC DEPRECATED_CLAS`. The pseudo comment must be placed right after the statement:
3030
```abap
3131
DATA aunit TYPE REF TO cl_aunit_assert. "#EC DEPRECATED_CLAS`
3232
```

0 commit comments

Comments
 (0)