Remove wrong reviewer information 78/294078/2
authorSunggyu Choi <sunggyu.choi@samsung.com>
Tue, 13 Jun 2023 00:57:02 +0000 (09:57 +0900)
committerSunggyu Choi <sunggyu.choi@samsung.com>
Tue, 13 Jun 2023 01:00:59 +0000 (10:00 +0900)
Change-Id: I8d58ce0b6db5440bad32a8be16a46072e80eb3e5
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
README

diff --git a/README b/README
index dcbe23e68f9785271e6fa6f16df0fd1934b63ecf..4d69c9a56365cf5db20c128705748b1761c52c81 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ How to update error messages
 --------------------------------------------------------------
 1. Copy common/tool/error_msg_template.xml to common/error_messages/{your_package_name}.xml.
 2. Modify "package uri" in the xml file, which means git path of your package.
-3. Add you error enumerators into the xml file. 
+3. Add you error enumerators into the xml file.
    If your enumerator has same value as enumerator in tizen_error_e, then you don't have to add that error enumerator. (Ex. APP_ERROR_NONE, APP_ERROR_INVALID_PARAMETER)
     - error name : The name of error enumerator
     - value : The value of error enumerator. This value MUST be represented by error macro in tizen.h
@@ -13,8 +13,6 @@ How to update error messages
 4. If you pushed changes into gerrit, then please add the following people as reviewer.
   - Sunggyu Choi (sunggyu.choi@samsung.com)
   - Minseok Jang (m.s.jang@samsung.com)
-  - ByungWoo Lee (bw1212.lee@samsung.com)
-
 
 
 --------------------------------------------------------------
@@ -22,4 +20,4 @@ How to submit this package with updated error messages
 --------------------------------------------------------------
 1. Run python common/tool/update_msg_header.sh
 2. common/include/private/tizen_error_private.h will be modified, so check "err_list" in that file.
-3. Submit this package by "gbs submit".
\ No newline at end of file
+3. Submit this package by "gbs submit".