Skip to content

Commit e8f6ad1

Browse files
committed
Sort the fields
1 parent 20cb89a commit e8f6ad1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chunk-relevance/src/main/java/org/broken/arrow/library/chunk/tracking/ChunkRelevanceTracker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
* provides both synchronous and asynchronous access to chunk state.</p>
4747
*/
4848
public class ChunkRelevanceTracker {
49-
private final PlayerChunkTracker playerChunkTracker;
5049
private final Map<ChunkKey, ChunkEntry> chunksTracked = new ConcurrentHashMap<>();
50+
private final PlayerChunkTracker playerChunkTracker;
5151
private final ChunkChangeDispatcher chunkDispatcher;
5252
private AsyncChunkEventHandler chunkChange;
5353
private ChunkEventHandler chunkAccess;

0 commit comments

Comments
 (0)