Skip to content
GitLab
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
de25df2b
Commit
de25df2b
authored
Mar 01, 2018
by
DanielPJFaria
Browse files
Corrected bug in class AML
parent
5394c349
Changes
1
Hide whitespace changes
Inline
Side-by-side
AgreementMakerLight/src/aml/AML.java
View file @
de25df2b
...
...
@@ -287,8 +287,6 @@ public class AML
flagSteps
=
new
Vector
<
Problem
>();
for
(
Problem
f
:
Problem
.
values
())
flagSteps
.
add
(
f
);
sourceIndividualsToMatch
=
new
HashSet
<
Integer
>();
targetIndividualsToMatch
=
new
HashSet
<
Integer
>();
readConfigFile
();
}
...
...
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