diff options
author | Adrien Hopkins <masterofnumbers17@gmail.com> | 2019-10-21 15:25:24 -0400 |
---|---|---|
committer | Adrien Hopkins <masterofnumbers17@gmail.com> | 2019-10-21 15:25:24 -0400 |
commit | 8c8f900416981863607c3c39d737ab1be8540e1a (patch) | |
tree | a036180832095671027babc8b0fc16e3ca4eca47 /src/org/unitConverter/unit/package-info.java | |
parent | 511fe144da142082a02b5a5b07e67bb76df1331e (diff) | |
parent | ce7402fb5e52d947b6b7c383fa96e3aaaf9da188 (diff) |
Merge branch 'feature-new-units-def' into develop
Diffstat (limited to 'src/org/unitConverter/unit/package-info.java')
-rw-r--r-- | src/org/unitConverter/unit/package-info.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/org/unitConverter/unit/package-info.java b/src/org/unitConverter/unit/package-info.java index dd5a939..2f0e097 100644 --- a/src/org/unitConverter/unit/package-info.java +++ b/src/org/unitConverter/unit/package-info.java @@ -15,10 +15,10 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** - * All of the classes that correspond to the units being converted. + * Everything to do with the units that make up Unit Converter. * * @author Adrien Hopkins - * @since 2019-01-25 + * @since 2019-10-16 * @since v0.1.0 */ package org.unitConverter.unit;
\ No newline at end of file |