SGF-827 - Even more URL cleanup caught by Checkstyle.

This commit is contained in:
John Blum
2019-06-18 16:56:04 -07:00
parent 46195631ac
commit f55c562907

View File

@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.data.gemfire.expiration;
import java.lang.annotation.Annotation;
@@ -23,6 +22,7 @@ import org.apache.geode.cache.CustomExpiry;
import org.apache.geode.cache.ExpirationAction;
import org.apache.geode.cache.ExpirationAttributes;
import org.apache.geode.cache.Region;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.BeanFactory;
import org.springframework.beans.factory.BeanFactoryAware;