Merge pull request #3241 from ebean-orm/feature/StdOperators-dep

Remove the Deprecated(experimental) from StdOperators
This commit is contained in:
Rob Bygrave
2023-10-10 23:43:29 +13:00
committed by GitHub
@@ -9,7 +9,6 @@ import java.util.Collection;
* <p>
* This is currently deemed to be experimental and subject to change.
*/
@Deprecated(since = "experimental")
public final class StdOperators {
// ---- Functions ---- //