Skip to content

Commit

Permalink
remove deprecation message from SolenoidSim.java
Browse files Browse the repository at this point in the history
  • Loading branch information
narmstro2020 authored Dec 21, 2024
1 parent 47ec742 commit 05190e9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ public void setOff() {
* Change the solenoid output.
*
* @param output the new solenoid output
* @deprecated Use setOn or setOff instead.
*/
@Deprecated
public void setOutput(boolean output) {
m_module.setSolenoidOutput(m_channel, output);
}
Expand Down

0 comments on commit 05190e9

Please sign in to comment.