You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/src/main/java/org/embeddedt/modernfix/common/mixin/perf/deduplicate_location/MixinResourceLocation.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,15 @@ public class MixinResourceLocation {
15
15
@Mutable
16
16
@Shadow
17
17
@Final
18
-
protectedStringnamespace;
18
+
privateStringnamespace;
19
19
20
20
@Mutable
21
21
@Shadow
22
22
@Final
23
-
protectedStringpath;
23
+
privateStringpath;
24
24
25
-
@Inject(method = "<init>([Ljava/lang/String;)V", at = @At("RETURN"))
0 commit comments