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 b29f014253 adds missing since tag (#5985)
b29f014253 is described below

commit b29f014253eb18ee4fe74f993c61badff713c9d6
Author: Keith Turner <[email protected]>
AuthorDate: Wed Nov 19 14:53:33 2025 -0800

    adds missing since tag (#5985)
---
 .../org/apache/accumulo/core/spi/common/ContextClassLoaderFactory.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/core/src/main/java/org/apache/accumulo/core/spi/common/ContextClassLoaderFactory.java
 
b/core/src/main/java/org/apache/accumulo/core/spi/common/ContextClassLoaderFactory.java
index 950b0a59e1..45e1985ba1 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/spi/common/ContextClassLoaderFactory.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/spi/common/ContextClassLoaderFactory.java
@@ -47,6 +47,9 @@ package org.apache.accumulo.core.spi.common;
  */
 public interface ContextClassLoaderFactory {
 
+  /**
+   * @since 2.1.4
+   */
   class ContextClassLoaderException extends Exception {
 
     private static final long serialVersionUID = 1L;

Reply via email to