Skip to content

Commit

Permalink
Update src/main/java/cpw/mods/jarhandling/VirtualJar.java
Browse files Browse the repository at this point in the history
Co-authored-by: Matyrobbrt <[email protected]>
  • Loading branch information
Technici4n and Matyrobbrt authored Nov 23, 2023
1 parent 2fba2a2 commit 226446f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cpw/mods/jarhandling/VirtualJar.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Implementation of {@link SecureJar} that does not actually contain any files,
* but still defines packages.
*
* <p>This can be used for frameworks that generate classes at runtime in specific packages,
* <p>This can be used by frameworks that generate classes at runtime, in specific packages,
* and need to make a {@link SecureJar}-based module system implementation aware of these packages.
*/
public final class VirtualJar implements SecureJar {
Expand Down

0 comments on commit 226446f

Please sign in to comment.