diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2019-04-14 17:29:50 -0400 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2019-04-14 17:29:50 -0400 |
commit | 73d305684d3549d17ebd95a5fdb7d366849db226 (patch) | |
tree | 780dd7189f23177079689287010c89ee30d82cdf /src/org/unitConverter/unit/AbstractUnit.java | |
parent | d7a587694d857fa468c7aae6a5f4fda24f3577fa (diff) |
Added @since tags to all classes and methods from v0.2.0
Diffstat (limited to 'src/org/unitConverter/unit/AbstractUnit.java')
-rw-r--r-- | src/org/unitConverter/unit/AbstractUnit.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/org/unitConverter/unit/AbstractUnit.java b/src/org/unitConverter/unit/AbstractUnit.java index a0d6f7e..05a6c17 100644 --- a/src/org/unitConverter/unit/AbstractUnit.java +++ b/src/org/unitConverter/unit/AbstractUnit.java @@ -110,7 +110,6 @@ public abstract class AbstractUnit implements Unit { return this.system; } - // TODO document and revise units' toString methods @Override public String toString() { return String.format("%s-derived unit of dimension %s", this.getSystem(), this.getDimension()); |