mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[docs] Fix warnings about undocumented default constructors (#6151)
This commit is contained in:
@@ -9,7 +9,7 @@ package edu.wpi.first.hal;
|
||||
/**
|
||||
* JNI wrapper for library <b>FRC_NetworkCommunication</b><br>.
|
||||
*/
|
||||
public class FRCNetComm {
|
||||
public final class FRCNetComm {
|
||||
/**
|
||||
* Resource type from UsageReporting.
|
||||
*/
|
||||
@@ -31,4 +31,7 @@ ${usage_reporting_types}
|
||||
|
||||
${usage_reporting_instances}
|
||||
}
|
||||
|
||||
/** Utility class. */
|
||||
private FRCNetComm() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user