Remove explicit super() calls
This commit is contained in:
-6
@@ -28,12 +28,6 @@ import org.springframework.security.core.Authentication;
|
||||
* @author Ben Alex
|
||||
*/
|
||||
public class SecurityContextImplTests {
|
||||
// ~ Constructors
|
||||
// ===================================================================================================
|
||||
|
||||
public SecurityContextImplTests() {
|
||||
super();
|
||||
}
|
||||
|
||||
// ~ Methods
|
||||
// ========================================================================================================
|
||||
|
||||
Reference in New Issue
Block a user