Skip to content

Commit

Permalink
fixed compiling error
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen, David (398B-Affiliate) committed Sep 11, 2023
1 parent 88a7136 commit 5324376
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ public IsoGranule readFootprintOrbitBBox( Document doc, XPath xpath) throws XPat
Double.parseDouble(northBoundingCoordinateStr),
Double.parseDouble(southBoundingCoordinateStr),
Double.parseDouble(eastBoundingCoordinateStr),
Double.parseDouble(westBoundingCoordinateStr);
Double.parseDouble(westBoundingCoordinateStr));
}
}
/**
Expand Down

0 comments on commit 5324376

Please sign in to comment.