From 6c37c2c11c9f443291c99b50891aef6b7854c674 Mon Sep 17 00:00:00 2001 From: Hubert Plociniczak Date: Thu, 4 Jul 2024 12:50:05 +0200 Subject: [PATCH] incremental compilation gone wrong --- lib/scala/yaml/src/main/scala/org/enso/yaml/YamlDecoder.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/scala/yaml/src/main/scala/org/enso/yaml/YamlDecoder.scala b/lib/scala/yaml/src/main/scala/org/enso/yaml/YamlDecoder.scala index c3d1973373eb..1a5624abe6fe 100644 --- a/lib/scala/yaml/src/main/scala/org/enso/yaml/YamlDecoder.scala +++ b/lib/scala/yaml/src/main/scala/org/enso/yaml/YamlDecoder.scala @@ -60,7 +60,7 @@ object YamlDecoder { /** Helper class used for automatic decoding of sequences of fields to a map. */ - private trait MapKeyField { + trait MapKeyField { /** Determines the name of the field to be used as a key in the map. */