1
0
mirror of synced 2026-08-05 09:47:05 +00:00

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
@@ -28,12 +28,6 @@ import org.springframework.security.core.Authentication;
* @author Ben Alex
*/
public class SecurityContextImplTests {
// ~ Constructors
// ===================================================================================================
public SecurityContextImplTests() {
super();
}
// ~ Methods
// ========================================================================================================