[build] Treat javadoc warnings as errors in CI and fix warnings (#3530)

This commit is contained in:
Tyler Veness
2021-08-28 20:48:47 -07:00
committed by GitHub
parent e0c6cd3dcc
commit e5fe3a8e16
4 changed files with 17 additions and 1 deletions

View File

@@ -36,7 +36,8 @@ public class PowerDistribution implements Sendable, AutoCloseable {
/**
* Constructs a PowerDistribution.
*
* @param module The CAN ID of the PDP
* @param module The CAN ID of the PDP.
* @param moduleType Module type (automatic, CTRE, or REV).
*/
public PowerDistribution(int module, ModuleType moduleType) {
m_handle = PowerDistributionJNI.initialize(module, moduleType.value);