Skip to content

Commit

Permalink
Clean up package-info.java
Browse files Browse the repository at this point in the history
Do not import single-use @export. Also update Map to ConcurrentMap.

Signed-off-by: Robert Varga <[email protected]>
  • Loading branch information
rovarga committed Jun 30, 2024
1 parent 556eb66 commit fa6edfa
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions triemap/src/main/java/tech/pantheon/triemap/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
* limitations under the License.
*/
/**
* Implementation of {@link java.util.Map} on top
* Implementation of {@link java.util.concurrent.ConcurrentMap} on top
* of a <a href="https://en.wikipedia.org/wiki/Ctrie">concurrent hash-trie</a>.
*/
@Export
package tech.pantheon.triemap;

import org.osgi.annotation.bundle.Export;
@org.osgi.annotation.bundle.Export
package tech.pantheon.triemap;

0 comments on commit fa6edfa

Please sign in to comment.