Skip to content

Commit 0eee05a

Browse files
committed
DATAMONGO-1062 - Polishing.
Removed exploded static imports. Updated copyright header. Original pull request: #229.
1 parent 17e0154 commit 0eee05a

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

spring-data-mongodb/src/test/java/org/springframework/data/mongodb/config/ServerAddressPropertyEditorUnitTests.java

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 the original author or authors.
2+
* Copyright 2012-2014 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -15,12 +15,8 @@
1515
*/
1616
package org.springframework.data.mongodb.config;
1717

18-
import static org.hamcrest.Matchers.hasItem;
19-
import static org.hamcrest.Matchers.hasSize;
20-
import static org.hamcrest.Matchers.instanceOf;
21-
import static org.hamcrest.Matchers.is;
22-
import static org.junit.Assert.assertNull;
23-
import static org.junit.Assert.assertThat;
18+
import static org.hamcrest.Matchers.*;
19+
import static org.junit.Assert.*;
2420

2521
import java.net.InetAddress;
2622
import java.net.UnknownHostException;

0 commit comments

Comments
 (0)