Skip to content

Commit 38fc4cf

Browse files
committed
Release 2.8.2
1 parent 8e2691c commit 38fc4cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/StarlightRelighter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* @param <SERVER_LEVEL> the version-specific ServerLevel type
2929
* @param <CHUNK_POS> the version-specific ChunkPos type
30-
* @since TODO
30+
* @since 2.8.2
3131
*/
3232
public abstract class StarlightRelighter<SERVER_LEVEL, CHUNK_POS> implements Relighter {
3333

Diff for: worldedit-core/src/main/java/com/fastasyncworldedit/core/queue/IChunkGet.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ default IChunkGet getCopy(int key) {
6464
* Lock the {@link IChunkGet#call(IChunkSet, Runnable)} method to the current thread using a reentrant lock. Also locks
6565
* related methods e.g. {@link IChunkGet#setCreateCopy(boolean)}
6666
*
67-
* @since TODO
67+
* @since 2.8.2
6868
*/
6969
default void lockCall() {}
7070

7171
/**
7272
* Unlock {@link IChunkGet#call(IChunkSet, Runnable)} (and other related methods) to executions from other threads
7373
*
74-
* @since TODO
74+
* @since 2.8.2
7575
*/
7676
default void unlockCall() {}
7777

0 commit comments

Comments
 (0)