diff --git a/docs/index.html b/docs/index.html index 086c405ea..82bfd7962 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2396,7 +2396,7 @@

class Checksum extends Callable[Int] { @Parameters(index = "0", description = Array("The file whose checksum to calculate.")) - private val file: File = null + private var file: File = null @Option(names = Array("-a", "--algorithm"), description = Array("MD5, SHA-1, SHA-256, ...")) private var algorithm = "MD5"