SubstringCounter (SubstringCounter.java): This class implements the Combiner interface. Its combine() method accepts two strings s1 and s2, counts and returns how many times s2 occurs as a substring in s1. You need to define the required combine() method and add JavaDoc comments. Check the template file for details