From bff8f363ce5e2ca84da1d57a470f0648c4b338e6 Mon Sep 17 00:00:00 2001 From: Adrien Hopkins Date: Tue, 26 Nov 2019 20:53:27 -0500 Subject: Prefixes can now have names. --- src/org/unitConverter/unit/SI.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src/org/unitConverter/unit/SI.java') diff --git a/src/org/unitConverter/unit/SI.java b/src/org/unitConverter/unit/SI.java index 19d63e6..c8d228c 100644 --- a/src/org/unitConverter/unit/SI.java +++ b/src/org/unitConverter/unit/SI.java @@ -17,7 +17,6 @@ package org.unitConverter.unit; import org.unitConverter.math.ObjectProduct; -import org.unitConverter.unit.Unit.NameSymbol; /** * All of the units, prefixes and dimensions that are used by the SI, as well as some outside the SI. -- cgit v1.2.3