aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/text/encoding.lux
diff options
context:
space:
mode:
authorEduardo Julian2020-10-09 23:11:38 -0400
committerEduardo Julian2020-10-09 23:11:38 -0400
commitbefa21cea76282f8cd3509e0a7da1bdffd353101 (patch)
tree9f671c8a86ca43bcccb8105a668a271e72ef06ea /stdlib/source/lux/data/text/encoding.lux
parentbae39f32cddb816a6123697269c20dbf4a65ac19 (diff)
Mandatory long names for JVM imports, instead of having "long" be optional and short be default.
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/data/text/encoding.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/data/text/encoding.lux b/stdlib/source/lux/data/text/encoding.lux
index bf9e71508..4d0da57cd 100644
--- a/stdlib/source/lux/data/text/encoding.lux
+++ b/stdlib/source/lux/data/text/encoding.lux
@@ -169,7 +169,7 @@
(|>> :representation))
)
-(with-expansions [<jvm> (as-is (host.import: #long java/lang/String
+(with-expansions [<jvm> (as-is (host.import: java/lang/String
(new [[byte] java/lang/String])
(getBytes [java/lang/String] [byte])))]
(for {@.old