Skip to content

Commit

Permalink
Make installer public.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Aug 13, 2024
1 parent 1d35b8a commit 79f92c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class Installer {
/**
* The name of the {@link Installer} class that is stored in an obfuscated format which will not be relocated.
*/
protected static final String NAME = new StringBuilder("rellatsnI.tnega.yddubetyb.ten").reverse().toString();
public static final String NAME = new StringBuilder("rellatsnI.tnega.yddubetyb.ten").reverse().toString();

/**
* A field for carrying the {@link java.lang.instrument.Instrumentation} that was loaded by the Byte Buddy
Expand Down

0 comments on commit 79f92c4

Please sign in to comment.