This is an automated email from the ASF dual-hosted git repository. kturner pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/2.1 by this push: new efa687cdf0 adds missing since javadoc tag to LoadPlan (#5727) efa687cdf0 is described below commit efa687cdf04579fdcc3653758fa73c59b77ce6ee Author: Keith Turner <ktur...@apache.org> AuthorDate: Tue Jul 8 17:03:24 2025 -0400 adds missing since javadoc tag to LoadPlan (#5727) --- core/src/main/java/org/apache/accumulo/core/data/LoadPlan.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/java/org/apache/accumulo/core/data/LoadPlan.java b/core/src/main/java/org/apache/accumulo/core/data/LoadPlan.java index 7b2d9cce05..2d1fd04e45 100644 --- a/core/src/main/java/org/apache/accumulo/core/data/LoadPlan.java +++ b/core/src/main/java/org/apache/accumulo/core/data/LoadPlan.java @@ -343,6 +343,7 @@ public class LoadPlan { * the load plan schema is given. The minimal acceptable json is * {@code {"destinations":[]}}. * @throws NullPointerException when json argument is null + * @since 2.1.4 */ public static LoadPlan fromJson(String json) { try {