Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Oct 10, 2023
1 parent d465668 commit d311ef6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class UsageGenerator {
private static final Logger LOGGER = Logging.logger();
private static final int PSF_MASK = Modifier.PUBLIC | Modifier.STATIC | Modifier.FINAL;
private static final String ANNOTATION_PREFIX = "org.jetbrains.java.decompiler.main.extern.IFernflowerPreferences$";
private static boolean HAS_LEGACY_SHORT_NAME;
private static final boolean HAS_LEGACY_SHORT_NAME;

static {
boolean hasShortName = false;
Expand Down

0 comments on commit d311ef6

Please sign in to comment.