We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f579e8d commit 6c03ff1Copy full SHA for 6c03ff1
com/garmin/fit/plugins/ActivityFileValidationPlugin.java
@@ -115,8 +115,8 @@ public void onBroadcast(List<Mesg> mesgs) {
115
}
116
117
/**
118
- * Repeat message validation by passing an empty List<Mesg> to onBroadcast().
119
- * Some checks may be skipped or fail since the List<Mesg> is empty. In normal
+ * Repeat message validation by passing an empty message list to onBroadcast().
+ * Some checks may be skipped or fail since the message list is empty. In normal
120
* circumstances, this method does not need to called directly.
121
*/
122
public void repeatValidation() {
0 commit comments