Skip to content

Commit

Permalink
Revert public API breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
oldergod committed Jun 22, 2023
1 parent eeefdbf commit 2df662f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion okio/api/okio.api
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ public final class okio/Utf8 {
public static synthetic fun size$default (Ljava/lang/String;IIILjava/lang/Object;)J
}

public final class okio/internal/-Utf8 {
public final class okio/internal/_Utf8Kt {
public static final fun commonAsUtf8ToByteArray (Ljava/lang/String;)[B
public static final fun commonToUtf8String ([BII)Ljava/lang/String;
public static synthetic fun commonToUtf8String$default ([BIIILjava/lang/Object;)Ljava/lang/String;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// ktlint-disable filename
/*
* Copyright (C) 2018 Square, Inc.
*
Expand All @@ -13,11 +14,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@file:JvmName("-Utf8") // A leading '-' hides this class from Java.

package okio.internal

import kotlin.jvm.JvmName
import okio.ArrayIndexOutOfBoundsException
import okio.processUtf16Chars
import okio.processUtf8Bytes
Expand Down

0 comments on commit 2df662f

Please sign in to comment.