File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/models Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ CosmosQueryRequestOptions setEmptyPagesAllowed(boolean emptyPagesAllowed) {
381381 * Gets the {@link FeedRange}
382382 * @return the {@link FeedRange}
383383 */
384- @ Beta (value = Beta .SinceVersion .V4_12_0 , warningText =Beta .PREVIEW_SUBJECT_TO_CHANGE_WARNING )
384+ @ Beta (value = Beta .SinceVersion .V4_13_0 , warningText =Beta .PREVIEW_SUBJECT_TO_CHANGE_WARNING )
385385 public FeedRange getFeedRange () {
386386 return feedRange ;
387387 }
@@ -391,7 +391,7 @@ public FeedRange getFeedRange() {
391391 * @param feedRange the {@link FeedRange}
392392 * @return the CosmosQueryRequestOptions.
393393 */
394- @ Beta (value = Beta .SinceVersion .V4_12_0 , warningText =Beta .PREVIEW_SUBJECT_TO_CHANGE_WARNING )
394+ @ Beta (value = Beta .SinceVersion .V4_13_0 , warningText =Beta .PREVIEW_SUBJECT_TO_CHANGE_WARNING )
395395 public CosmosQueryRequestOptions setFeedRange (FeedRange feedRange ) {
396396 this .feedRange = feedRange ;
397397 return this ;
You can’t perform that action at this time.
0 commit comments