More line ending

This commit is contained in:
TheMode 2021-04-21 14:35:35 +02:00
parent 5b1784fa39
commit 9660ee30fb
4 changed files with 4 additions and 4 deletions

View File

@ -19,4 +19,4 @@ public interface LockedElement {
*/
<T> @NotNull Acquirable<T> getAcquiredElement();
}
}

View File

@ -17,4 +17,4 @@ public class TickMonitor {
public double getAcquisitionTime() {
return acquisitionTime;
}
}
}

View File

@ -91,4 +91,4 @@ public class BatchThread extends Thread {
}
}
}
}

View File

@ -17,4 +17,4 @@ public class PerInstanceThreadProvider extends ThreadProvider {
public long findThread(@NotNull Chunk chunk) {
return chunk.getInstance().hashCode();
}
}
}