mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-05 04:31:07 +01:00
Fix typo in StateDescriptor method: s/Inferiorty/Inferiority/
This commit is contained in:
parent
3003094130
commit
64fb47c98b
2 changed files with 2 additions and 2 deletions
|
|
@ -133,7 +133,7 @@ public abstract class StateDescriptor {
|
|||
addAndCheckNonExistent(precedenceOver, subordinate);
|
||||
}
|
||||
|
||||
protected void declareInferiortyTo(Class<? extends StateDescriptor> superior) {
|
||||
protected void declareInferiorityTo(Class<? extends StateDescriptor> superior) {
|
||||
addAndCheckNonExistent(inferiorTo, superior);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue