Skip to content
Snippets Groups Projects
Commit 6fd5902b authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

renamed method for a clearer understanding

parent 6ff65096
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ public class Merger<T> extends AbstractStage { ...@@ -65,7 +65,7 @@ public class Merger<T> extends AbstractStage {
} }
} }
public IMergerStrategy<T> getStrategy() { public IMergerStrategy<T> getMergerStrategy() {
return this.strategy; return this.strategy;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment