Fix to adjust the position of the partial Frame
[platform/framework/native/uifw.git] / inc / FUiIDataBindingDataValidator.h
index 017973d..79593e1 100644 (file)
@@ -61,7 +61,7 @@ public:
        * @since 2.0
        * @return        @c true if the specified value is valid, @n
        *                    else @c false
-       * @param[in]    bindingId            The binding Id to validate
+       * @param[in]    bindingId            The binding ID to validate
        * @param[in]    data     The data to validate
        */
        virtual bool ValidateDataToTarget(const Tizen::Base::String& bindingId, const Tizen::Base::Object& data) = 0;
@@ -72,7 +72,7 @@ public:
        * @since 2.0
        * @return        @c true if the specified value is valid, @n
        *                    else @c false
-       * @param[in]    bindingId            The binding Id to validate
+       * @param[in]    bindingId            The binding ID to validate
        * @param[in]    data     The data to validate
        */
        virtual bool ValidateDataToSource( const Tizen::Base::String& bindingId, const Tizen::Base::Object& data) = 0;