You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by mi...@apache.org on 2023/01/20 16:23:43 UTC

[jackrabbit-oak] branch issue/OAK-10022 updated: OAK-10022 make package 'org.apache.jackrabbit.oak.segment.remote' internal

This is an automated email from the ASF dual-hosted git repository.

miroslav pushed a commit to branch issue/OAK-10022
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/issue/OAK-10022 by this push:
     new b2a8f5765b OAK-10022 make package 'org.apache.jackrabbit.oak.segment.remote' internal
b2a8f5765b is described below

commit b2a8f5765bb241755f89473734eae9664c9d907d
Author: smiroslav <mi...@apache.org>
AuthorDate: Fri Jan 20 17:23:28 2023 +0100

    OAK-10022 make package 'org.apache.jackrabbit.oak.segment.remote' internal
---
 .../java/org/apache/jackrabbit/oak/segment/remote/package-info.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/oak-segment-remote/src/main/java/org/apache/jackrabbit/oak/segment/remote/package-info.java b/oak-segment-remote/src/main/java/org/apache/jackrabbit/oak/segment/remote/package-info.java
index cc0da5e7a3..fe60cada0c 100644
--- a/oak-segment-remote/src/main/java/org/apache/jackrabbit/oak/segment/remote/package-info.java
+++ b/oak-segment-remote/src/main/java/org/apache/jackrabbit/oak/segment/remote/package-info.java
@@ -14,7 +14,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+@Internal(since = "1.0.0")
 @Version("1.0.0")
 package org.apache.jackrabbit.oak.segment.remote;
 
+import org.apache.jackrabbit.oak.commons.annotations.Internal;
 import org.osgi.annotation.versioning.Version;