[openrtm-commit:01158] r468 - branches/work_ForRTMSafety/rtmtools/jp.go.aist.rtm.toolscommon/src/jp/go/aist/rtm/toolscommon/model/component/impl

openrtm @ openrtm.org openrtm @ openrtm.org
2014年 1月 18日 (土) 18:25:05 JST


Author: win-ei
Date: 2014-01-18 18:25:04 +0900 (Sat, 18 Jan 2014)
New Revision: 468

Modified:
   branches/work_ForRTMSafety/rtmtools/jp.go.aist.rtm.toolscommon/src/jp/go/aist/rtm/toolscommon/model/component/impl/ComponentImpl.java
Log:
Daily work.

Modified: branches/work_ForRTMSafety/rtmtools/jp.go.aist.rtm.toolscommon/src/jp/go/aist/rtm/toolscommon/model/component/impl/ComponentImpl.java
===================================================================
--- branches/work_ForRTMSafety/rtmtools/jp.go.aist.rtm.toolscommon/src/jp/go/aist/rtm/toolscommon/model/component/impl/ComponentImpl.java	2014-01-18 09:07:58 UTC (rev 467)
+++ branches/work_ForRTMSafety/rtmtools/jp.go.aist.rtm.toolscommon/src/jp/go/aist/rtm/toolscommon/model/component/impl/ComponentImpl.java	2014-01-18 09:25:04 UTC (rev 468)
@@ -1402,8 +1402,8 @@
 				setRequired(REQUIRED_EDEFAULT);
 				return;
 			case ComponentPackage.COMPONENT__LANGUAGE_TYPE:
-				System.out.println("eUnSet setLanguage newValue="+(String)newValue);
-				setLanguage((String)newValue);
+				//System.out.println("eUnSet setLanguage newValue="+(String)newValue);
+				setLanguage(LANGUAGE_TYPE_EDEFAULT);
 				return;
 		}
 		super.eUnset(featureID);



More information about the openrtm-commit mailing list