Skip to content

Commit

Permalink
unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
iverase committed Oct 17, 2023
1 parent f6ccf5a commit 8ed5587
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ public static Rectangle toBoundingBox(long hash) {
*/
public static Rectangle toBoundingBox(String hash) {
final int[] hashAsInts = parseHash(hash);
validateZXY(hashAsInts[0], hashAsInts[1], hashAsInts[2]);
return toBoundingBox(hashAsInts[1], hashAsInts[2], hashAsInts[0]);
}

Expand Down

0 comments on commit 8ed5587

Please sign in to comment.