Polish
See gh-8004
This commit is contained in:
committed by
Stephane Nicoll
parent
69e7e31b1c
commit
acc36c076d
@@ -44,12 +44,6 @@ public class SampleLdapApplication implements CommandLineRunner {
|
||||
System.out.println("Person found with findByPhone('+46 555-123456'):");
|
||||
System.out.println("--------------------------------");
|
||||
System.out.println(this.repository.findByPhone("+46 555-123456"));
|
||||
//
|
||||
// System.out.println("Customers found with findByLastName('Smith'):");
|
||||
// System.out.println("--------------------------------");
|
||||
// for (Customer customer : this.repository.findByLastName("Smith")) {
|
||||
// System.out.println(customer);
|
||||
// }
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
|
||||
@@ -43,7 +43,7 @@ public class SampleHypermediaUiSecureApplicationTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testInSecureNestedPath() throws Exception {
|
||||
public void testInsecureNestedPath() throws Exception {
|
||||
ResponseEntity<String> entity = this.restTemplate.getForEntity("/env",
|
||||
String.class);
|
||||
assertThat(entity.getStatusCode()).isEqualTo(HttpStatus.OK);
|
||||
|
||||
Reference in New Issue
Block a user