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,9 +139,10 @@ public class RangeParameters
|
|||||||
default:
|
default:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
return "<";
|
return "<";
|
||||||
}
|
}
|
||||||
|
return "[";
|
||||||
|
}
|
||||||
public String getRangeFirstBucketEndInclusive()
|
public String getRangeFirstBucketEndInclusive()
|
||||||
{
|
{
|
||||||
if(include != null && !include.isEmpty())
|
if(include != null && !include.isEmpty())
|
||||||
@@ -181,9 +182,10 @@ public class RangeParameters
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
return "<";
|
return "<";
|
||||||
}
|
}
|
||||||
|
return "[";
|
||||||
|
}
|
||||||
public String getRangeBucketEndInclusive()
|
public String getRangeBucketEndInclusive()
|
||||||
{
|
{
|
||||||
if(include != null && !include.isEmpty())
|
if(include != null && !include.isEmpty())
|
||||||
@@ -218,7 +220,8 @@ public class RangeParameters
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
return ">";
|
return ">";
|
||||||
}
|
}
|
||||||
|
return "]";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user