Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christian Willms
hfc
Commits
1d6dd5b1
Commit
1d6dd5b1
authored
Jul 19, 2018
by
Bernd Kiefer
Browse files
Fix stack overflow.
parent
d3ea52fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/dfki/lt/hfc/types/XsdString.java
View file @
1d6dd5b1
...
...
@@ -143,7 +143,7 @@ public final class XsdString extends XsdAnySimpleType {
* return the language tag of this XsdString
*/
public
String
getLanguageTag
()
{
return
this
.
getL
anguageTag
()
;
return
this
.
l
anguageTag
;
}
/** two XsdString objects are equal if value and language tag are equal
...
...
Write
Preview
Supports
Markdown
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