Skip to content

Commit

Permalink
Fix typo with bad consequences
Browse files Browse the repository at this point in the history
Fixes pxb1988#6
  • Loading branch information
ThexXTURBOXx committed Sep 4, 2021
1 parent 9f27ec5 commit ffa0574
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ private static String mergeProviderType(String a, String b) {
return mergeObjectType(a, b);
} else {
String elementTypeA = a.substring(as);
String elementTypeB = a.substring(bs);
String elementTypeB = b.substring(bs);
if (as < bs) {
return buildArray(elementTypeB.charAt(0) == 'L' ? bs : bs - 1, "L");
} else if (as > bs) {
Expand Down

0 comments on commit ffa0574

Please sign in to comment.