From: Jeesun Kim Date: Tue, 17 Oct 2017 01:49:28 +0000 (+0900) Subject: Modify invalid feature name in feature tag X-Git-Tag: preview1-00307^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F90%2F155990%2F1;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Modify invalid feature name in feature tag Change-Id: I90cacb1cb23607b2d50ecbff5d7ff6c6769d06cf --- diff --git a/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarFilter.cs b/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarFilter.cs index e121fcc..d31564b 100644 --- a/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarFilter.cs +++ b/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarFilter.cs @@ -31,7 +31,7 @@ namespace Tizen.Pims.Calendar /// Creates a filter with a condition for a string type. /// /// 4 - /// http://tizen.org/privilege/calendar + /// http://tizen.org/feature/calendar /// The view URI of a filter /// The property ID to add a condition /// The match flag @@ -63,7 +63,7 @@ namespace Tizen.Pims.Calendar /// Creates a filter with a condition for an integer type. /// /// 4 - /// http://tizen.org/privilege/calendar + /// http://tizen.org/feature/calendar /// The view URI of a filter /// The property ID to add a condition /// The match flag @@ -95,7 +95,7 @@ namespace Tizen.Pims.Calendar /// Creates a filter with a condition for long type. /// /// 4 - /// http://tizen.org/privilege/calendar + /// http://tizen.org/feature/calendar /// The view URI of a filter /// The property ID to add a condition /// The match flag @@ -127,7 +127,7 @@ namespace Tizen.Pims.Calendar /// Creates a filter with a condition for double type. /// /// 4 - /// http://tizen.org/privilege/calendar + /// http://tizen.org/feature/calendar /// The view URI of a filter /// The property ID to add a condition /// The match flag @@ -159,7 +159,7 @@ namespace Tizen.Pims.Calendar /// Creates a filter with a condition for CalendarTime type. /// /// 4 - /// http://tizen.org/privilege/calendar + /// http://tizen.org/feature/calendar /// The view URI of a filter /// The property ID to add a condition /// The match flag @@ -314,7 +314,7 @@ namespace Tizen.Pims.Calendar /// Adds a condition for the string type. /// /// 4 - /// http://tizen.org/privilege/calendar + /// http://tizen.org/feature/calendar /// The operator type /// The property ID to add a condition /// The match flag @@ -342,7 +342,7 @@ namespace Tizen.Pims.Calendar /// Adds a condition for the integer type. /// /// 4 - /// http://tizen.org/privilege/calendar + /// http://tizen.org/feature/calendar /// The operator type /// The property ID to add a condition /// The match flag @@ -370,7 +370,7 @@ namespace Tizen.Pims.Calendar /// Adds a condition for the long type. /// /// 4 - /// http://tizen.org/privilege/calendar + /// http://tizen.org/feature/calendar /// The operator type /// The property ID to add a condition /// The match flag @@ -398,7 +398,7 @@ namespace Tizen.Pims.Calendar /// Adds a condition for the double type. /// /// 4 - /// http://tizen.org/privilege/calendar + /// http://tizen.org/feature/calendar /// The operator type /// The property ID to add a condition /// The match flag @@ -426,7 +426,7 @@ namespace Tizen.Pims.Calendar /// Adds a condition for the CalendarTime type. /// /// 4 - /// http://tizen.org/privilege/calendar + /// http://tizen.org/feature/calendar /// The operator type /// The property ID to add a condition /// The match flag @@ -455,7 +455,7 @@ namespace Tizen.Pims.Calendar /// Adds a child filter to a parent filter. /// /// 4 - /// http://tizen.org/privilege/calendar + /// http://tizen.org/feature/calendar /// The operator type /// The child filter /// Thrown when feature is not supported diff --git a/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarManager.cs b/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarManager.cs index 2695408..62981dd 100644 --- a/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarManager.cs +++ b/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarManager.cs @@ -30,7 +30,7 @@ namespace Tizen.Pims.Calendar /// Create a manager. /// /// 4 - /// http://tizen.org/privilege/calendar + /// http://tizen.org/feature/calendar /// Thrown when feature is not supported /// Thrown when method failed due to invalid operation public CalendarManager()