Polishing

This commit is contained in:
Juergen Hoeller
2018-12-03 22:18:43 +01:00
parent ab2314f52d
commit 8bc06d20ac
3 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2017 the original author or authors.
* Copyright 2002-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -60,13 +60,13 @@ public class HttpServerTests {
}
@After
public void tearDown() throws Exception {
public void tearDown() {
this.server.stop();
}
@Test
public void test() throws Exception {
public void test() {
this.client.get().uri("/test")
.exchange()
.expectStatus().isOk()