Skip to content

Commit

Permalink
Marking FeedRange public surface area with Beta annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianMeiswinkel committed Jul 15, 2020
1 parent 720635c commit 41d99a9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
package com.azure.cosmos.models;

import com.azure.cosmos.implementation.feedranges.FeedRangeInternal;
import com.azure.cosmos.util.Beta;

import java.io.IOException;

@Beta(Beta.SinceVersion.V4_3_0)
public interface FeedRange {
/**
* Creates a range from a previously obtained string representation.
Expand Down

0 comments on commit 41d99a9

Please sign in to comment.