This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new a481208  mxroyale-Objectutil: fix failing test in CruxQuickStartBasic 
due to "unreachable code" error in ObjectUtil.as
a481208 is described below

commit a48120837111c7c403eee55b41ea4e8e126a149d
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Jan 30 18:09:06 2020 +0100

    mxroyale-Objectutil: fix failing test in CruxQuickStartBasic due to 
"unreachable code" error in ObjectUtil.as
---
 frameworks/projects/MXRoyale/src/main/royale/mx/utils/ObjectUtil.as | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/frameworks/projects/MXRoyale/src/main/royale/mx/utils/ObjectUtil.as 
b/frameworks/projects/MXRoyale/src/main/royale/mx/utils/ObjectUtil.as
index 55a7480..3659ee6 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/utils/ObjectUtil.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/utils/ObjectUtil.as
@@ -801,8 +801,6 @@ public class ObjectUtil
                 return "(" + objectType + ")";
             }
         }
-
-        return "(unknown)";
     }
 
     /**

Reply via email to