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
beffd63d
Commit
beffd63d
authored
Jun 13, 2018
by
Bernd Kiefer
Browse files
And to the next
parent
95727970
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/de/dfki/lt/hfc/types/XsdString.java
View file @
beffd63d
...
...
@@ -45,7 +45,7 @@ public final class XsdString extends XsdAnySimpleType {
// no suffix "^^<xsd:string>"
int
index
=
val
.
lastIndexOf
(
'@'
);
final
int
length
=
val
.
length
();
if
(
index
==
-
1
)
{
if
(
index
==
-
1
||
index
<
2
)
{
// no language tag
if
(
val
.
charAt
(
0
)
==
'"'
&&
val
.
charAt
(
val
.
length
()
-
1
)
==
'"'
)
{
...
...
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