Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
abcl
abcl
Commits
d3ca3d14
Commit
d3ca3d14
authored
Jul 21, 2011
by
ehuelsmann@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
Fix Java interop issue.
Found by: Theam Yong Chew (senatorzergling at gmail dot com)
parent
7b7c57d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/org/armedbear/lisp/ComplexString.java
View file @
d3ca3d14
...
...
@@ -330,7 +330,7 @@ public final class ComplexString extends AbstractString
@Override
public
Object
javaInstance
()
{
return
new
String
(
chars
());
return
new
String
(
getStringValue
());
}
@Override
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment