Skip to content

Commit

Permalink
Don't import side A mappings on side B
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed Apr 20, 2023
1 parent 63f33b2 commit 0460517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matcher/config/ProjectConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public Path getMappingsPathA() {
}

public Path getMappingsPathB() {
return mappingsPathA;
return mappingsPathB;
}

public boolean isSaveUnmappedMatches() {
Expand Down

0 comments on commit 0460517

Please sign in to comment.