mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-09 08:51:38 +01:00
More line ending
This commit is contained in:
parent
5b1784fa39
commit
9660ee30fb
@ -19,4 +19,4 @@ public interface LockedElement {
|
||||
*/
|
||||
<T> @NotNull Acquirable<T> getAcquiredElement();
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -17,4 +17,4 @@ public class TickMonitor {
|
||||
public double getAcquisitionTime() {
|
||||
return acquisitionTime;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -91,4 +91,4 @@ public class BatchThread extends Thread {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -17,4 +17,4 @@ public class PerInstanceThreadProvider extends ThreadProvider {
|
||||
public long findThread(@NotNull Chunk chunk) {
|
||||
return chunk.getInstance().hashCode();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user