Opened 13 years ago
Closed 13 years ago
#84 closed task (fixed)
relocate - doc - test calcMinMaxLatLon methods
Reported by: | Peter Powers | Owned by: | Kevin Milner |
---|---|---|---|
Priority: | major | Milestone: | OpenSHA 1.1 |
Component: | commons | Version: | |
Keywords: | Cc: |
Description
The four methods (e.g. LocationList?# calcMinLat(Collection)) should be moved to LocationUtils? as they are not strictly relevant to a LocationList?, despite the argument being a list of locations.
Also write tests and javadoc
https://opensha.usc.edu/trac/browser/trunk/src/org/opensha/commons/geo/LocationList.java
Change History (2)
comment:1 Changed 13 years ago by
Component: | sha → commons |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
done in [7243]...moved, javadocs and tests added