Skip to content

Commit 6c03ff1

Browse files
authored
Remove carets from comment in ActivityFileValidationPlugin.java
1 parent f579e8d commit 6c03ff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

com/garmin/fit/plugins/ActivityFileValidationPlugin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ public void onBroadcast(List<Mesg> mesgs) {
115115
}
116116

117117
/**
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
118+
* Repeat message validation by passing an empty message list to onBroadcast().
119+
* Some checks may be skipped or fail since the message list is empty. In normal
120120
* circumstances, this method does not need to called directly.
121121
*/
122122
public void repeatValidation() {

0 commit comments

Comments
 (0)