We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4599d06 commit a9c6f03Copy full SHA for a9c6f03
modules/library/src/main/scala/zio/elasticsearch/query/Distance.scala
@@ -16,7 +16,7 @@
16
17
package zio.elasticsearch.query
18
19
-private[elasticsearch] final case class Distance(distanceValue: Double, distanceUnit: DistanceUnit) {
+final case class Distance(distanceValue: Double, distanceUnit: DistanceUnit) {
20
override def toString: String = s"$distanceValue$distanceUnit"
21
}
22
0 commit comments