Skip to content

Commit

Permalink
Revert "PASS STYLE CHECKS AGAIN"
Browse files Browse the repository at this point in the history
This reverts commit 25bdec3.
  • Loading branch information
Nolij committed Sep 24, 2023
1 parent 25bdec3 commit d90275f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ private static void mergeOverlayedClasses(int asmVersion, ClassNode classNode, L

for (Overlay overlay : overlayData) {
AnnotationNode overlayAnnotation = new AnnotationNode(asmVersion, "Lnet/feltmc/loom/OverlayStub;");

if (overlay instanceof FieldOverlay fOverlay) {
FieldNode fNode = new FieldNode(fOverlay.accessFlag(), fOverlay.name(), fOverlay.descriptor().getDescriptor(), null, null);
fNode.invisibleAnnotations = new ArrayList<>();
Expand Down

0 comments on commit d90275f

Please sign in to comment.