From a966676c629f7f14fcbba82a9ada5e2cbeca8314 Mon Sep 17 00:00:00 2001 From: Adrien Hopkins Date: Tue, 26 Nov 2019 15:20:04 -0500 Subject: Updated the documentation of existing classes. --- src/org/unitConverter/unit/BaseDimension.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/org/unitConverter/unit/BaseDimension.java') diff --git a/src/org/unitConverter/unit/BaseDimension.java b/src/org/unitConverter/unit/BaseDimension.java index 35acd18..8e63a17 100644 --- a/src/org/unitConverter/unit/BaseDimension.java +++ b/src/org/unitConverter/unit/BaseDimension.java @@ -39,7 +39,13 @@ public final class BaseDimension { return new BaseDimension(name, symbol); } + /** + * The name of the dimension. + */ private final String name; + /** + * The symbol used by the dimension. Symbols should be short, generally one or two characters. + */ private final String symbol; /** -- cgit v1.2.3