()
| 2275 | } |
| 2276 | |
| 2277 | public String getHeightUnit() |
| 2278 | { |
| 2279 | return "ftin".equals(getUnitSet().getHeightUnit()) ? "inches" : getUnitSet().getHeightUnit(); |
| 2280 | } |
| 2281 | |
| 2282 | public String getWeightUnit() |
| 2283 | { |
nothing calls this directly
no test coverage detected