Skip to content

Commit

Permalink
unitsofmeasurement#39: putting the 'lonely' Javadoc link in context
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-huber committed Mar 20, 2019
1 parent d39704f commit d49e880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/javax/measure/UnitConverter.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public interface UnitConverter {
/**
* Indicates if this converter is an identity converter. The identity converter returns its input argument ({@code convert(x) == x}).
* <p>
* Note: Identity converters are also always 'linear'. {@link UnitConverter#isLinear()}
* Note: Identity converters are also always 'linear', see {@link UnitConverter#isLinear()}.
* </p>
*
* @return {@code true} if this converter is an identity converter.
Expand Down

0 comments on commit d49e880

Please sign in to comment.