Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
Christian Pichot
AML-E-Project
Commits
31d3f8a7
Commit
31d3f8a7
authored
Aug 31, 2019
by
DanFaria
Browse files
Added xml to valid alignment extensions
parent
a1608dc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
AgreementMakerLight/src/aml/match/Alignment.java
View file @
31d3f8a7
...
...
@@ -90,7 +90,7 @@ public class Alignment implements Collection<Mapping>
public
Alignment
(
String
file
)
throws
Exception
{
this
();
if
(
file
.
endsWith
(
".rdf"
))
if
(
file
.
endsWith
(
".rdf"
)
||
file
.
endsWith
(
".xml"
)
)
loadMappingsRDF
(
file
);
else
if
(
file
.
endsWith
(
".tsv"
))
loadMappingsTSV
(
file
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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