Ensure all files end with a new line
Update all files to ensure that they always end with a new-line character. Issue gh-8945
This commit is contained in:
@@ -28,4 +28,4 @@ public interface UserRepository extends CrudRepository<User, String> {
|
||||
@PreAuthorize("hasRole('ROLE_ADMIN')")
|
||||
User findByUsername(String username);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -134,4 +134,4 @@ public class WebMvcSecurityConfigurationTests {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,4 +42,4 @@ public class WebConfigUtilsTests {
|
||||
verifyZeroInteractions(this.parserContext);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,4 +29,4 @@ public class PreAuthorizeServiceImpl {
|
||||
public void contactPermission(Contact contact) {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -70,4 +70,4 @@ public class PreAuthorizeTests {
|
||||
this.service.contactPermission(new Contact("admin"));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,4 +28,4 @@ import org.springframework.security.access.annotation.Secured;
|
||||
@Secured("ROLE_ADMIN")
|
||||
public @interface SecuredAdminRole {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -56,4 +56,4 @@ public class SecuredTests {
|
||||
this.service.securedAdminRole();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,4 +49,4 @@ public class Sec2499Tests {
|
||||
this.child.refresh();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user