Skip to content

Commit c7a0a5c

Browse files
committed
UNITSOFMEASUREMENT-194: Prepare Final
Task-Url: https://java.net/jira/browse/UNITSOFMEASUREMENT-194
1 parent e8fd4b2 commit c7a0a5c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/main/java/javax/measure/Quantity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
* @author <a href="mailto:desruisseaux@users.sourceforge.net">Martin Desruisseaux</a>
4848
* @author <a href="mailto:werner@uom.technology">Werner Keil</a>
4949
* @author <a href="mailto:otaviopolianasantana@gmail.com">Otavio Santana</a>
50+
* @see Unit
5051
* @see <a href="http://en.wikipedia.org/wiki/Quantity">Wikipedia: Quantity</a>
51-
* @see <a href="http://martinfowler.com/eaaDev/quantity.html"> Martin Fowler - Quantity</a>
52-
* @see <a href="http://en.wikipedia.org/wiki/Conversion_of_units">Wikipedia: Conversion of units</a>
52+
* @see <a href="http://martinfowler.com/eaaDev/quantity.html">Martin Fowler - Quantity</a>
5353
* @version 1.0, August 8, 2016
5454
* @since 1.0
5555
*/

src/main/java/javax/measure/UnitConverter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
* @version 1.0, August 8, 2016
4444
* @since 1.0
4545
*
46+
* @see Unit
4647
* @see <a href="http://en.wikipedia.org/wiki/Conversion_of_units"> Wikipedia: Conversion of units</a>
4748
*/
4849
public interface UnitConverter {

0 commit comments

Comments
 (0)