mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Search-340, amend to reflect default values for range include
This commit is contained in:
@@ -139,8 +139,9 @@ public class RangeParameters
|
||||
default:
|
||||
}
|
||||
}
|
||||
return "<";
|
||||
}
|
||||
return "<";
|
||||
return "[";
|
||||
}
|
||||
public String getRangeFirstBucketEndInclusive()
|
||||
{
|
||||
@@ -181,8 +182,9 @@ public class RangeParameters
|
||||
break;
|
||||
}
|
||||
}
|
||||
return "<";
|
||||
}
|
||||
return "<";
|
||||
return "[";
|
||||
}
|
||||
public String getRangeBucketEndInclusive()
|
||||
{
|
||||
@@ -218,7 +220,8 @@ public class RangeParameters
|
||||
break;
|
||||
}
|
||||
}
|
||||
return ">";
|
||||
}
|
||||
return ">";
|
||||
return "]";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user