Skip to content

Commit

Permalink
0003627: File conflict resolve extension point
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpmind-josh committed Jul 17, 2018
1 parent 6f3b8e4 commit 17543ae
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -101,6 +101,7 @@ public FileConflictStrategy getConflictStrategy() {

public void setConflictStrategy(FileConflictStrategy conflictStrategy) {
this.conflictStrategy = conflictStrategy;
this.conflictStrategyString = conflictStrategy.name();
}

public Date getCreateTime() {
Expand Down

0 comments on commit 17543ae

Please sign in to comment.