Skip to content

Commit 6395260

Browse files
committed
UNITSOFMEASUREMENT-183: getProductUnits should probably be renamed
Task-Url: https://java.net/jira/browse/UNITSOFMEASUREMENT-183
1 parent 04f475e commit 6395260

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/test/java/javax/measure/test/EnumUnit.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,4 @@ public Unit pow(int n) {
140140
public String getName() {
141141
return name();
142142
}
143-
144-
public Map getProductUnits() {
145-
// TODO Auto-generated method stub
146-
return null;
147-
}
148-
149143
}

0 commit comments

Comments
 (0)