Skip to content

Commit eb0d77b

Browse files
committed
Improved JavaDoc
1 parent c26c045 commit eb0d77b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/javax/measure/Unit.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
* @author <a href="mailto:steve@unidata.ucar.edu">Steve Emmerson</a>
6868
* @author <a href="mailto:martin.desruisseaux@geomatys.com">Martin Desruisseaux</a>
6969
* @author <a href="mailto:werner@units.tech">Werner Keil</a>
70-
* @version 2.4, November 11, 2020
70+
* @version 2.5, October 3, 2024
7171
* @since 1.0
7272
*
7373
* @see <a href="http://en.wikipedia.org/wiki/Units_of_measurement">Wikipedia: Units of measurement</a>
@@ -216,7 +216,7 @@ public interface Unit<Q extends Quantity<Q>> {
216216
* the unit to which to convert the numeric values.
217217
* @return the converter from this unit to {@code that} unit.
218218
* @throws IncommensurableException
219-
* if this unit is not {@linkplain #isCompatible(Unit) compatible} with <code>that</code> unit.
219+
* if this unit is not {@linkplain #isCompatible(Unit) compatible} with {@code that}.
220220
* @throws UnconvertibleException
221221
* if a converter cannot be constructed.
222222
*

0 commit comments

Comments
 (0)