Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty committed Apr 20, 2024
1 parent 551b0dc commit bc420a5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,10 @@ public void initSendable(SendableBuilder builder) {
});
}

/** Returns a readonly Map of the Subsystems registered with the Scheduler. */
/** Returns a readonly Map of the Subsystems registered with the Scheduler.
*
* @return NavigableMap of the registered Subsystems and their active commands.
*/
public Map<Subsystem, Command> getRegisteredSubsystems() {
return Collections.unmodifiableMap(m_subsystems);
}
Expand Down

0 comments on commit bc420a5

Please sign in to comment.