mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
HAND FIXES: Manual cleanup of namespaces
This commit is contained in:
committed by
Peter Johnson
parent
ad138270a8
commit
3f740894c9
@@ -271,7 +271,7 @@ public final class DataLogManager {
|
||||
return filenameOverride;
|
||||
}
|
||||
Random rnd = new Random();
|
||||
StringBuilder filename = new StringBuilder();
|
||||
StringBuilder filename = new StringBuilder(18);
|
||||
filename.append("FRC_TBD_");
|
||||
for (int i = 0; i < 4; i++) {
|
||||
filename.append(String.format("%04x", rnd.nextInt(0x10000)));
|
||||
|
||||
Reference in New Issue
Block a user