From d8441147739deb1b6e4c80e778baef0c6cdf107d Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 24 Feb 2014 15:07:13 -0600 Subject: [PATCH] Exception class is no longer marked as final --- ZA2X/CLAS/ZCX_EXCEL.slnk | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ZA2X/CLAS/ZCX_EXCEL.slnk b/ZA2X/CLAS/ZCX_EXCEL.slnk index 4bf2cbe..96bd3f6 100644 --- a/ZA2X/CLAS/ZCX_EXCEL.slnk +++ b/ZA2X/CLAS/ZCX_EXCEL.slnk @@ -1,5 +1,5 @@ - + *"* local class implementation for public class *"* use this source file for the implementation part of *"* local helper classes @@ -16,11 +16,11 @@ - - + + - METHOD if_message~get_longtext. + method IF_MESSAGE~GET_LONGTEXT. IF me->error IS NOT INITIAL OR me->syst_at_raise IS NOT INITIAL. @@ -37,10 +37,10 @@ RECEIVING result = result ). ENDIF. -ENDMETHOD. + endmethod. - METHOD if_message~get_text. + method IF_MESSAGE~GET_TEXT. IF me->error IS NOT INITIAL. *--------------------------------------------------------------------* @@ -62,6 +62,6 @@ ENDMETHOD. RECEIVING result = result. ENDIF. -ENDMETHOD. + endmethod.