File tree 2 files changed +3
-3
lines changed
worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter
worldedit-core/src/main/java/com/fastasyncworldedit/core/queue
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
*
28
28
* @param <SERVER_LEVEL> the version-specific ServerLevel type
29
29
* @param <CHUNK_POS> the version-specific ChunkPos type
30
- * @since TODO
30
+ * @since 2.8.2
31
31
*/
32
32
public abstract class StarlightRelighter <SERVER_LEVEL , CHUNK_POS > implements Relighter {
33
33
Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ default IChunkGet getCopy(int key) {
64
64
* Lock the {@link IChunkGet#call(IChunkSet, Runnable)} method to the current thread using a reentrant lock. Also locks
65
65
* related methods e.g. {@link IChunkGet#setCreateCopy(boolean)}
66
66
*
67
- * @since TODO
67
+ * @since 2.8.2
68
68
*/
69
69
default void lockCall () {}
70
70
71
71
/**
72
72
* Unlock {@link IChunkGet#call(IChunkSet, Runnable)} (and other related methods) to executions from other threads
73
73
*
74
- * @since TODO
74
+ * @since 2.8.2
75
75
*/
76
76
default void unlockCall () {}
77
77
You can’t perform that action at this time.
0 commit comments