Skip to content

Commit 4b058ac

Browse files
committed
Fix Javadoc
1 parent 0094c90 commit 4b058ac

File tree

1 file changed

+1
-1
lines changed
  • backboard/src/main/java/com/tumblr/backboard/imitator

1 file changed

+1
-1
lines changed

backboard/src/main/java/com/tumblr/backboard/imitator/Imitator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ protected Imitator(@NonNull Spring spring, double restValue, int trackStrategy,
107107
/**
108108
* @param motionValue
109109
* Maps the value we are tracking to the value of the spring.
110-
* @return the new end value of the spring. If set to {@link FOLLOW_EXACT}, it is also the current value of the
110+
* @return the new end value of the spring. If set to {@link #FOLLOW_EXACT}, it is also the current value of the
111111
* spring.
112112
*/
113113
protected abstract double mapToSpring(float motionValue);

0 commit comments

Comments
 (0)