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
215a3f40
Commit
215a3f40
authored
Jun 29, 2018
by
Bernd Kiefer
Browse files
Add forgotten method
parent
974366bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/dfki/lt/hfc/types/XsdString.java
View file @
215a3f40
...
...
@@ -139,7 +139,14 @@ public final class XsdString extends XsdAnySimpleType {
return
this
.
value
;
}
/** Two XsdString objects are equal if value and language tag are equal
/**
* return the language tag of this XsdString
*/
public
String
getLanguageTag
()
{
return
this
.
getLanguageTag
();
}
/** two XsdString objects are equal if value and language tag are equal
*/
public
boolean
equals
(
Object
o
)
{
if
(
o
instanceof
String
)
...
...
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