mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-13 19:01:28 +01:00
Fix @since for subflags. (#1831)
This commit is contained in:
parent
b906f5561a
commit
c635647f85
@ -627,7 +627,7 @@ public class Flag implements Comparable<Flag> {
|
||||
* Take extra care to ensure that subflags have the same number of possible values as the parent flag.
|
||||
* @param flags all Flags that are subflags
|
||||
* @return Builder - flag builder
|
||||
* @since 1.17.0
|
||||
* @since 1.17.1
|
||||
*/
|
||||
public Builder subflags(Flag... flags) {
|
||||
this.subflags.addAll(Arrays.asList(flags));
|
||||
|
Loading…
Reference in New Issue
Block a user