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 Pichot
AML-E-Project
Commits
c1d57e99
Unverified
Commit
c1d57e99
authored
Mar 06, 2018
by
DanFaria
Committed by
GitHub
Mar 06, 2018
Browse files
Merge pull request #7 from tbreedveld/manual-config-fix
Manual configuration bugfixes
parents
5b5c6d55
e9b001ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
AgreementMakerLight/src/aml/Main.java
View file @
c1d57e99
...
...
@@ -372,7 +372,7 @@ public class Main
{
if
(
option
[
1
].
equalsIgnoreCase
(
"none"
))
continue
;
selection
.
add
(
MatchStep
.
PROPERTY
);
selection
.
add
(
MatchStep
.
SELECT
);
if
(!
option
[
1
].
equalsIgnoreCase
(
"auto"
))
aml
.
setSelectionType
(
SelectionType
.
parseSelector
(
option
[
1
]));
}
...
...
@@ -383,6 +383,7 @@ public class Main
}
}
in
.
close
();
aml
.
setMatchSteps
(
selection
);
}
catch
(
Exception
e
)
{
...
...
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