mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[docs] Add missing JavaDocs (#6146)
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
package edu.wpi.first.wpilibj.util;
|
||||
|
||||
/*
|
||||
/**
|
||||
* Autogenerated file! Do not manually edit this file. This version is regenerated
|
||||
* any time the publish task is run, or when this file is deleted.
|
||||
*/
|
||||
|
||||
public final class WPILibVersion {
|
||||
/** The version number. */
|
||||
public static final String Version = "${wpilib_version}";
|
||||
|
||||
/** Utility class. */
|
||||
private WPILibVersion() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user