We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb61234 commit abf9116Copy full SHA for abf9116
src/zcl_htmldiff.clas.abap
@@ -17,6 +17,8 @@ CLASS zcl_htmldiff DEFINITION
17
18
PUBLIC SECTION.
19
20
+ CONSTANTS c_version TYPE string VALUE '1.0.0' ##NEEDED.
21
+
22
INTERFACES zif_htmldiff.
23
24
METHODS constructor
0 commit comments