mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
[wpilibj] Preferences: Add missing Deprecated annotation (#3343)
This commit is contained in:
@@ -161,6 +161,7 @@ public final class Preferences {
|
||||
* @param value the value
|
||||
* @deprecated Use {@link #setDouble(String, double)}
|
||||
*/
|
||||
@Deprecated
|
||||
public void putDouble(String key, double value) {
|
||||
setDouble(key, value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user