Skip to content

Commit 4e598fa

Browse files
committed
cleanup
1 parent 403015b commit 4e598fa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

abaplint.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"check_syntax": true,
2424
"cloud_types": true,
2525
"space_before_colon": true,
26+
"unnecessary_pragma": true,
2627
"space_before_dot": true,
2728
"align_parameters": true,
2829
"align_type_expressions": true,

src/cl_abap_behv.clas.abap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ CLASS cl_abap_behv DEFINITION PUBLIC CREATE PROTECTED.
5555
END OF co_key_name.
5656
PROTECTED SECTION.
5757

58-
CONSTANTS ms LIKE if_abap_behv_message=>severity VALUE if_abap_behv_message=>severity ##NO_TEXT.
59-
CONSTANTS mc LIKE if_abap_behv=>cause VALUE if_abap_behv=>cause ##NO_TEXT.
58+
CONSTANTS ms LIKE if_abap_behv_message=>severity VALUE if_abap_behv_message=>severity.
59+
CONSTANTS mc LIKE if_abap_behv=>cause VALUE if_abap_behv=>cause.
6060

6161
METHODS new_message
6262
IMPORTING

0 commit comments

Comments
 (0)