From 8669b360425ca4a00f7d9b5ae8accf641f8a16ac Mon Sep 17 00:00:00 2001 From: Jeesun Kim Date: Fri, 30 Jun 2017 12:47:47 +0900 Subject: [PATCH] replace < with < and remove empty name Change-Id: Ib7c4abbe9eb7280a8f1b8d30ac130baef9998d07 --- src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarFilter.cs | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarFilter.cs b/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarFilter.cs index b267f14..fd59b0f 100644 --- a/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarFilter.cs +++ b/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarFilter.cs @@ -175,7 +175,6 @@ namespace Tizen.Pims.Calendar /// /// Enumeration for the filter match type of a string. /// - /// public enum StringMatchType { /// @@ -207,7 +206,6 @@ namespace Tizen.Pims.Calendar /// /// Enumeration for the filter match type of an integer. /// - /// public enum IntegerMatchType { /// @@ -223,15 +221,15 @@ namespace Tizen.Pims.Calendar /// GreaterThanOrEqual, /// - /// < + /// < /// LessThan, /// - /// <= + /// <= /// LessThanOrEqual, /// - /// <>, this flag can yield poor performance + /// <>, this flag can yield poor performance /// NotEqual, /// @@ -243,7 +241,6 @@ namespace Tizen.Pims.Calendar /// /// Enumeration for a filter operator. /// - /// public enum LogicalOperator { /// -- 2.7.4