File tree Expand file tree Collapse file tree
src/main/java/javax/measure Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 *
You can’t perform that action at this time.
0 commit comments