mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-19 05:41:22 +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.
|
* 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
|
* @param flags all Flags that are subflags
|
||||||
* @return Builder - flag builder
|
* @return Builder - flag builder
|
||||||
* @since 1.17.0
|
* @since 1.17.1
|
||||||
*/
|
*/
|
||||||
public Builder subflags(Flag... flags) {
|
public Builder subflags(Flag... flags) {
|
||||||
this.subflags.addAll(Arrays.asList(flags));
|
this.subflags.addAll(Arrays.asList(flags));
|
||||||
|
Loading…
Reference in New Issue
Block a user