Skip to content

Commit 274d25c

Browse files
Change GenSocketAddress to an abstract class
Co-authored-by: Arman Bilge <armanbilge@gmail.com>
1 parent 51bd018 commit 274d25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/src/main/scala/com/comcast/ip4s/GenSocketAddress.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ package com.comcast.ip4s
2525
* This trait is left open for extension, allowing other address types to be defined.
2626
* When using this trait, pattern match on the supported subtypes.
2727
*/
28-
trait GenSocketAddress
28+
abstract class GenSocketAddress private[ip4s] ()

0 commit comments

Comments
 (0)