We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dotty.tools.dotc.config.Properties
2 parents 861e6ff + 111124f commit d0d67dcCopy full SHA for d0d67dc
compiler/src/dotty/tools/dotc/config/Properties.scala
@@ -10,7 +10,7 @@ import java.io.IOException
10
import java.util.jar.Attributes.{ Name => AttributeName }
11
import java.nio.charset.StandardCharsets
12
13
-/** Loads `library.properties` from the jar. */
+/** Loads `compiler.properties` from the jar. */
14
object Properties extends PropertiesTrait {
15
protected def propCategory: String = "compiler"
16
protected def pickJarBasedOn: Class[PropertiesTrait] = classOf[PropertiesTrait]
0 commit comments