Skip to content

Commit

Permalink
Add some javadoc to VirtualJar
Browse files Browse the repository at this point in the history
  • Loading branch information
makamys committed Dec 8, 2023
1 parent b8b2e17 commit 5ca3d83
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import static makamys.neodymium.Constants.MODID;
import static makamys.neodymium.Constants.PROTOCOL;

import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
Expand All @@ -17,7 +16,10 @@
import makamys.neodymium.util.virtualjar.protocol.neodymiumvirtualjar.Handler;
import net.minecraft.launchwrapper.Launch;


/**
* This class is used to register fake "virtual" jars and add them to LaunchClassLoader's class path. The contents of
* these jars are determined dynamically by the implementation of {@link IVirtualJar}, rather than a real file in the file system.
*/
public class VirtualJar {

private static boolean registered;
Expand Down

0 comments on commit 5ca3d83

Please sign in to comment.