Skip to content
Snippets Groups Projects
Commit 2899202b authored by Maciej Szarlinski's avatar Maciej Szarlinski
Browse files

closes #10 Display pets' visits on owner details screen

parent f328e2da
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers. ...@@ -19,7 +19,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status; import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;
/** /**
* @author mszarlinski on 2016-11-05. * @author Maciej Szarlinski
*/ */
@RunWith(SpringRunner.class) @RunWith(SpringRunner.class)
@WebMvcTest(VetResource.class) @WebMvcTest(VetResource.class)
......
...@@ -12,7 +12,7 @@ import org.springframework.transaction.annotation.Transactional; ...@@ -12,7 +12,7 @@ import org.springframework.transaction.annotation.Transactional;
import java.util.List; import java.util.List;
/** /**
* @author mszarlinski on 2016-10-30. * @author Maciej Szarlinski
*/ */
@Service @Service
public class VisitService { public class VisitService {
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.samples.petclinic.visits.boundary.web.visit; package org.springframework.samples.petclinic.visits.boundary.web;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus; import org.springframework.http.HttpStatus;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment