summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-09-08 16:30:26 +0200
committerGitHub <noreply@github.com>2019-09-08 16:30:26 +0200
commit7e3239f6399874bd61a92b0b72f2d5f408b447bf (patch)
treec330a9dc95196d793153d507f2b573b208e79c09
parentf276ce809fa538b068ca2bb4cfe069e2483d1b8a (diff)
parent068ead4e84018c633df8d30b5ad38545abea34bb (diff)
Merge pull request #10535 from vespa-engine/hmusum/export-net.jpountz.xxhash
Export net.jpountz.xxhash
-rw-r--r--document/src/main/java/net/jpountz/xxhash/package-info.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/document/src/main/java/net/jpountz/xxhash/package-info.java b/document/src/main/java/net/jpountz/xxhash/package-info.java
new file mode 100644
index 00000000000..7599a76f46c
--- /dev/null
+++ b/document/src/main/java/net/jpountz/xxhash/package-info.java
@@ -0,0 +1,5 @@
+// Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+@ExportPackage(version = @Version(major = 1, minor = 3, micro = 0))
+package net.jpountz.xxhash;
+import com.yahoo.osgi.annotation.ExportPackage;
+import com.yahoo.osgi.annotation.Version;