From 6f7501f62b663a1a4057eb3808e9bb2f029a66b4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 6 Mar 2018 10:20:39 +0100 Subject: [PATCH] Remove my clone --- .../boot/autoconfigure/amqp/RabbitAutoConfigurationTests.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/amqp/RabbitAutoConfigurationTests.java b/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/amqp/RabbitAutoConfigurationTests.java index c0c720ec2b..fb6b6685f3 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/amqp/RabbitAutoConfigurationTests.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/amqp/RabbitAutoConfigurationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2017 the original author or authors. + * Copyright 2012-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. @@ -66,7 +66,6 @@ import static org.mockito.Mockito.verify; * @author Greg Turnquist * @author Stephane Nicoll * @author Gary Russell - * @author Stephane Nicoll */ public class RabbitAutoConfigurationTests {