From d26adf15945fdb20c9929ffec0864dcc03bd15e4 Mon Sep 17 00:00:00 2001 From: Jeesun Kim Date: Tue, 17 Oct 2017 10:49:28 +0900 Subject: [PATCH] Modify invalid feature name in feature tag Change-Id: I90cacb1cb23607b2d50ecbff5d7ff6c6769d06cf --- .../Tizen.Pims.Calendar/CalendarFilter.cs | 22 +++++++++++----------- .../Tizen.Pims.Calendar/CalendarManager.cs | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) 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() -- 2.7.4