diff options
author | Adrien Hopkins <masterofnumbers17@gmail.com> | 2019-10-21 15:17:50 -0400 |
---|---|---|
committer | Adrien Hopkins <masterofnumbers17@gmail.com> | 2019-10-21 15:17:50 -0400 |
commit | 1bf43ad95e70019a69e91e09ff74f677082ed6f5 (patch) | |
tree | 14c381f280ed3a5c2f15eda201ba1204ccf43fc7 /src/org/unitConverter/unit/package-info.java | |
parent | e28907d4bf4234cb988a5e76ebf7122c7c1ff6cb (diff) |
Made improvements and corrections to the documentation.
Diffstat (limited to 'src/org/unitConverter/unit/package-info.java')
-rw-r--r-- | src/org/unitConverter/unit/package-info.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/org/unitConverter/unit/package-info.java b/src/org/unitConverter/unit/package-info.java index 2d83e1f..2f0e097 100644 --- a/src/org/unitConverter/unit/package-info.java +++ b/src/org/unitConverter/unit/package-info.java @@ -15,9 +15,10 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** - * The new definition for units. + * Everything to do with the units that make up Unit Converter. * * @author Adrien Hopkins * @since 2019-10-16 + * @since v0.1.0 */ package org.unitConverter.unit;
\ No newline at end of file |