From f86efcfb2b73929fba17f9393953003ceb7b2a1b Mon Sep 17 00:00:00 2001 From: tursom Date: Wed, 9 Jun 2021 20:43:53 +0800 Subject: [PATCH 1/2] update --- ts-web/ts-web-coroutine/src/main/kotlin/cn/tursom/web/Utils.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts-web/ts-web-coroutine/src/main/kotlin/cn/tursom/web/Utils.kt b/ts-web/ts-web-coroutine/src/main/kotlin/cn/tursom/web/Utils.kt index 459838f..ba8465b 100644 --- a/ts-web/ts-web-coroutine/src/main/kotlin/cn/tursom/web/Utils.kt +++ b/ts-web/ts-web-coroutine/src/main/kotlin/cn/tursom/web/Utils.kt @@ -21,4 +21,4 @@ suspend fun HttpContent.waitBodyParam(): HttpContent { } } return this -} \ No newline at end of file +} From c03167663065faab3a3c0265af9d924655e1a002 Mon Sep 17 00:00:00 2001 From: tursom Date: Tue, 15 Jun 2021 00:01:39 +0800 Subject: [PATCH 2/2] update --- .../kotlin/cn/tursom/core/buffer/impl/CloseSafeByteBuffer.kt | 2 +- .../cn/tursom/core/buffer/{ => impl}/InstantByteBuffer.kt | 0 .../kotlin/cn/tursom/core/buffer/{ => impl}/PooledByteBuffer.kt | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename ts-core/ts-pool/src/main/kotlin/cn/tursom/core/buffer/{ => impl}/InstantByteBuffer.kt (100%) rename ts-core/ts-pool/src/main/kotlin/cn/tursom/core/buffer/{ => impl}/PooledByteBuffer.kt (100%) diff --git a/ts-core/ts-buffer/src/main/kotlin/cn/tursom/core/buffer/impl/CloseSafeByteBuffer.kt b/ts-core/ts-buffer/src/main/kotlin/cn/tursom/core/buffer/impl/CloseSafeByteBuffer.kt index 10c3889..bc02c50 100644 --- a/ts-core/ts-buffer/src/main/kotlin/cn/tursom/core/buffer/impl/CloseSafeByteBuffer.kt +++ b/ts-core/ts-buffer/src/main/kotlin/cn/tursom/core/buffer/impl/CloseSafeByteBuffer.kt @@ -60,4 +60,4 @@ open class CloseSafeByteBuffer( } return agent.resize(newSize) } -} \ No newline at end of file +} diff --git a/ts-core/ts-pool/src/main/kotlin/cn/tursom/core/buffer/InstantByteBuffer.kt b/ts-core/ts-pool/src/main/kotlin/cn/tursom/core/buffer/impl/InstantByteBuffer.kt similarity index 100% rename from ts-core/ts-pool/src/main/kotlin/cn/tursom/core/buffer/InstantByteBuffer.kt rename to ts-core/ts-pool/src/main/kotlin/cn/tursom/core/buffer/impl/InstantByteBuffer.kt diff --git a/ts-core/ts-pool/src/main/kotlin/cn/tursom/core/buffer/PooledByteBuffer.kt b/ts-core/ts-pool/src/main/kotlin/cn/tursom/core/buffer/impl/PooledByteBuffer.kt similarity index 100% rename from ts-core/ts-pool/src/main/kotlin/cn/tursom/core/buffer/PooledByteBuffer.kt rename to ts-core/ts-pool/src/main/kotlin/cn/tursom/core/buffer/impl/PooledByteBuffer.kt