From d7ac99665d5f76ebb9542f7e3378df4405f6f8d5 Mon Sep 17 00:00:00 2001 From: Fabian Wiesel Date: Wed, 28 Feb 2024 21:32:28 +0100 Subject: [PATCH] Added comment about modifications --- .../main/kotlin/de/rochefort/childmonitor/audio/G711UCodec.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/de/rochefort/childmonitor/audio/G711UCodec.kt b/app/src/main/kotlin/de/rochefort/childmonitor/audio/G711UCodec.kt index a039bb6..1ca1013 100644 --- a/app/src/main/kotlin/de/rochefort/childmonitor/audio/G711UCodec.kt +++ b/app/src/main/kotlin/de/rochefort/childmonitor/audio/G711UCodec.kt @@ -14,7 +14,7 @@ * limitations under the License. * * Taken from https://android.googlesource.com/platform/external/nist-sip/+/6f95fdeab4481188b6260041b41d1db12b101266/src/com/android/sip/media/G711UCodec.java - * + * This file has been converted to Kotlin. */ package de.rochefort.childmonitor.audio