diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/program/licentia.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/program/licentia.lux b/stdlib/source/program/licentia.lux index b3765916f..7eab5b444 100644 --- a/stdlib/source/program/licentia.lux +++ b/stdlib/source/program/licentia.lux @@ -41,8 +41,8 @@ (to-do <expiry> "Replace _.work with _.covered-work or _.licensed-work") (to-do <expiry> "Create a short notice to add as a comment to each file in the _.work")) -(import: #long java/lang/String - (trim [] String)) +(import: java/lang/String + (trim [] java/lang/String)) (def: default-output-file "LICENSE") |