Skip to content

Commit e134c41

Browse files
committed
OAK-8840: mark packages internal - despite not being exported anyway
1 parent 1b2fc44 commit e134c41

4 files changed

Lines changed: 24 additions & 8 deletions

File tree

oak-blob/src/main/java/org/apache/jackrabbit/oak/spi/blob/data/package-info.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
/* see JCR-4060 */
18-
@org.osgi.annotation.versioning.Version("2.15.0")
17+
18+
@Version("1.0.0")
19+
@Internal
1920
package org.apache.jackrabbit.oak.spi.blob.data;
21+
22+
import org.apache.jackrabbit.oak.commons.annotations.Internal;
23+
import org.osgi.annotation.versioning.Version;

oak-blob/src/main/java/org/apache/jackrabbit/oak/spi/blob/data/util/package-info.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
/* see JCR-4060 */
18-
@org.osgi.annotation.versioning.Version("2.13.5")
17+
18+
@Version("2.13.5")
19+
@Internal
1920
package org.apache.jackrabbit.oak.spi.blob.data.util;
21+
22+
import org.apache.jackrabbit.oak.commons.annotations.Internal;
23+
import org.osgi.annotation.versioning.Version;

oak-blob/src/main/java/org/apache/jackrabbit/oak/spi/blob/fs/local/package-info.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
/* see JCR-4060 */
18-
@org.osgi.annotation.versioning.Version("2.13.5")
17+
18+
@Version("1.0.0")
19+
@Internal
1920
package org.apache.jackrabbit.oak.spi.blob.fs.local;
21+
22+
import org.apache.jackrabbit.oak.commons.annotations.Internal;
23+
import org.osgi.annotation.versioning.Version;

oak-blob/src/main/java/org/apache/jackrabbit/oak/spi/blob/fs/package-info.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
/* see JCR-4060 */
18-
@org.osgi.annotation.versioning.Version("2.13.5")
17+
18+
@Version("1.0.0")
19+
@Internal
1920
package org.apache.jackrabbit.oak.spi.blob.fs;
21+
22+
import org.apache.jackrabbit.oak.commons.annotations.Internal;
23+
import org.osgi.annotation.versioning.Version;

0 commit comments

Comments
 (0)