Skip to content

Commit

Permalink
Make internal
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed May 10, 2024
1 parent f8bf50e commit 48632ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/cpw/mods/util/ZipFsFactory.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package cpw.mods.util;

import org.jetbrains.annotations.ApiStatus;

import java.io.IOException;
import java.io.UncheckedIOException;
import java.lang.invoke.MethodHandle;
Expand All @@ -14,6 +16,7 @@
/**
* Utilities for dealing with ZipFilesystems.
*/
@ApiStatus.Internal
public final class ZipFsFactory {
private static final MethodHandle ZIPFS_CH;
private static final MethodHandle FCI_UNINTERUPTIBLE;
Expand Down

0 comments on commit 48632ab

Please sign in to comment.