mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
[docs] Fix warnings about undocumented default constructors (#6151)
This commit is contained in:
@@ -54,6 +54,9 @@ public class LongToObjectHashMap<V> {
|
||||
@SuppressWarnings("unchecked")
|
||||
private V[] m_values = (V[]) new Object[m_capacity];
|
||||
|
||||
/** Default constructor. */
|
||||
public LongToObjectHashMap() {}
|
||||
|
||||
/**
|
||||
* Puts a value {@code value} corresponding to key {@code key} in the map.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user