Skip to content

Commit 03bab7c

Browse files
committed
SCRIPT: Spotless Apply
1 parent b373a08 commit 03bab7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wpilibj/src/main/java/org/wpilib/system/DataLogManager.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
* named "logs" if one is attached, or to /home/systemcore/logs otherwise.
3535
*
3636
* <p>Log files are initially named "WPILIB_TBD_{random}.wpilog" until the DS connects. After the DS
37-
* connects, the log file is renamed to "WPILIB_yyyyMMdd_HHmmss.wpilog" (where the date/time is UTC).
38-
* If the FMS is connected and provides a match number, the log file is renamed to
37+
* connects, the log file is renamed to "WPILIB_yyyyMMdd_HHmmss.wpilog" (where the date/time is
38+
* UTC). If the FMS is connected and provides a match number, the log file is renamed to
3939
* "WPILIB_yyyyMMdd_HHmmss_{event}_{match}.wpilog".
4040
*
4141
* <p>On startup, all existing WPILIB_TBD log files are deleted. If there is less than 50 MB of free
42-
* space on the target storage, WPILIB_ log files are deleted (oldest to newest) until there is 50 MB
43-
* free OR there are 10 files remaining.
42+
* space on the target storage, WPILIB_ log files are deleted (oldest to newest) until there is 50
43+
* MB free OR there are 10 files remaining.
4444
*
4545
* <p>By default, all NetworkTables value changes are stored to the data log.
4646
*/

0 commit comments

Comments
 (0)