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 @@ -196,7 +196,7 @@ public interface Unit<Q extends Quantity<Q>> {
196196 *
197197 * @param that
198198 * the unit of same type to which to convert the numeric values.
199- * @return the converter from this unit to {@ code that} unit.
199+ * @return the converter from this unit to < code> that</code> unit.
200200 * @throws UnconvertibleException
201201 * if a converter cannot be constructed.
202202 *
@@ -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} unit.
219+ * if this unit is not {@linkplain #isCompatible(Unit) compatible} with < code> that</code> unit.
220220 * @throws UnconvertibleException
221221 * if a converter cannot be constructed.
222222 *
You can’t perform that action at this time.
0 commit comments