Skip to content

Commit

Permalink
added missing java doc
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed Jan 19, 2024
1 parent b2fa03d commit 2fa9a79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package aws.sdk.kotlin.runtime.auth.credentials
import aws.smithy.kotlin.runtime.InternalApi

/**
* Wrapper for java's InetAddress
* Wrapper for native implementations of IP addresses / DNS host resolving
*/
@InternalApi
public actual class Ip<InternalRepresentation> private actual constructor(private val address: InternalRepresentation) {
Expand Down

0 comments on commit 2fa9a79

Please sign in to comment.