Remove explicit super() calls

This commit is contained in:
Johnny Lim
2017-11-18 10:15:19 +09:00
committed by Rob Winch
parent 57353d18e5
commit 921157cdcd
12 changed files with 1 additions and 26 deletions

View File

@@ -28,12 +28,6 @@ import org.springframework.mock.web.MockHttpServletRequest;
* @author Ben Alex
*/
public class PortResolverImplTests {
// ~ Constructors
// ===================================================================================================
public PortResolverImplTests() {
super();
}
// ~ Methods
// ========================================================================================================