Skip to content

Commit e1f77d4

Browse files
committed
Merge pull request #2 from vbauer/fix-javadoc
Fix Javadoc
2 parents 0094c90 + 4b058ac commit e1f77d4

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)