mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Fix JavaDoc tag (#995)
The isParented method had an incorrect javadoc tag for the return value.
This commit is contained in:
committed by
Peter Johnson
parent
47783842e9
commit
fdfea35161
@@ -381,7 +381,7 @@ public abstract class Command extends SendableBase implements Sendable {
|
||||
/**
|
||||
* Returns whether the command has a parent.
|
||||
*
|
||||
* @param True if the command has a parent.
|
||||
* @return true if the command has a parent.
|
||||
*/
|
||||
synchronized boolean isParented() {
|
||||
return m_parent != null;
|
||||
|
||||
Reference in New Issue
Block a user