We will create a DNS entry in windows system to access our test/dev system just by using
- test.demo.com - To access test environment
- dev.demo.com - To access dev environment
- Edit the following file
| import java.util.ArrayList; | |
| import java.util.List; | |
| import java.util.Collections; | |
| public class MinimumEditDistance { | |
| public interface CostFunction { | |
| public int cost(int[][] distanceMatrix, CharSequence x, CharSequence y, int i, int j); | |
| } | |
| # <type>: (If applied, this commit will...) <subject> (Max 50 char) | |
| # |<---- Using a Maximum Of 50 Characters ---->| | |
| # Explain why this change is being made | |
| # |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->| | |
| # Provide links or keys to any relevant tickets, articles or other resources | |
| # Example: Github issue #23 |