File tree 7 files changed +8
-8
lines changed
src/main/java/com/plotsquared/bukkit/listener
src/main/java/com/plotsquared/core
plot/flag/implementations
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ tasks {
105
105
opt.links(" https://intellectualsites.github.io/plotsquared-javadocs/core/" )
106
106
opt.links(" https://jd.advntr.dev/api/4.14.0/" )
107
107
opt.links(" https://google.github.io/guice/api-docs/" + libs.guice.get().versionConstraint.toString() + " /javadoc/" )
108
- opt.links(" https://checkerframework.org/api/" )
108
+ // opt.links("https://checkerframework.org/api/")
109
109
opt.isLinkSource = true
110
110
opt.bottom(File (" $rootDir /javadocfooter.html" ).readText())
111
111
opt.isUse = true
Original file line number Diff line number Diff line change 31
31
32
32
/**
33
33
* For events since 1.20.1
34
- * @since TODO
34
+ * @since 7.2.1
35
35
*/
36
36
public class PlayerEventListener1201 implements Listener {
37
37
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ tasks {
71
71
opt.links(" https://jd.advntr.dev/api/4.14.0/" )
72
72
opt.links(" https://jd.advntr.dev/text-minimessage/4.14.0/" )
73
73
opt.links(" https://google.github.io/guice/api-docs/" + libs.guice.get().versionConstraint.toString() + " /javadoc/" )
74
- opt.links(" https://checkerframework.org/api/" )
74
+ // opt.links("https://checkerframework.org/api/")
75
75
opt.isLinkSource = true
76
76
opt.bottom(File (" $rootDir /javadocfooter.html" ).readText())
77
77
opt.isUse = true
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ public Location getFrom() {
75
75
* Gets the currently applied {@link UnaryOperator<Location> transformer} or null, if none was set
76
76
*
77
77
* @return LocationTransformer
78
- * @since TODO
78
+ * @since 7.2.1
79
79
*/
80
80
public @ Nullable UnaryOperator <Location > getLocationTransformer () {
81
81
return this .locationTransformer ;
@@ -86,7 +86,7 @@ public Location getFrom() {
86
86
* May be {@code null}, if any previous set transformations should be discarded.
87
87
*
88
88
* @param locationTransformer The new transformer
89
- * @since TODO
89
+ * @since 7.2.1
90
90
*/
91
91
public void setLocationTransformer (@ Nullable UnaryOperator <Location > locationTransformer ) {
92
92
this .locationTransformer = locationTransformer ;
Original file line number Diff line number Diff line change 23
23
import org .checkerframework .checker .nullness .qual .NonNull ;
24
24
25
25
/**
26
- * @since TODO
26
+ * @since 7.2.1
27
27
*/
28
28
public class EditSignFlag extends BooleanFlag <EditSignFlag > {
29
29
public static final EditSignFlag EDIT_SIGN_TRUE = new EditSignFlag (true );
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ public static PlotQuery newQuery() {
223
223
* Query only for plots that have an owner
224
224
*
225
225
* @return The query instance
226
- * @since TODO
226
+ * @since 7.2.1
227
227
*/
228
228
229
229
public @ NonNull PlotQuery hasOwner () {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ plugins {
22
22
}
23
23
24
24
group = " com.intellectualsites.plotsquared"
25
- version = " 7.2.1-SNAPSHOT "
25
+ version = " 7.2.1-Premium "
26
26
27
27
if (! File (" $rootDir /.git" ).exists()) {
28
28
logger.lifecycle("""
You can’t perform that action at this time.
0 commit comments