Skip to content

Commit 0ea6ce7

Browse files
committed
grpc-native: Fix wrong comment
Signed-off-by: Johannes Zottele <[email protected]>
1 parent 52cfa5d commit 0ea6ce7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

grpc/grpc-core/src/commonMain/kotlin/kotlinx/rpc/grpc/credentials.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
* Copyright 2023-2025 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
33
*/
44

5-
package kotlinx.rpc.grpc/*
6-
* Copyright 2023-2025 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
7-
*/
5+
package kotlinx.rpc.grpc
86

97
public expect abstract class ClientCredentials
108
public expect abstract class ServerCredentials

0 commit comments

Comments
 (0)