Skip to content

Commit

Permalink
DATAMONGO-1062 - Polishing.
Browse files Browse the repository at this point in the history
Removed exploded static imports. Updated copyright header.

Original pull request: #229.
  • Loading branch information
odrotbohm committed Oct 7, 2014
1 parent 9eb2856 commit 8e11fe8
Showing 1 changed file with 3 additions and 7 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2013 the original author or authors.
* Copyright 2012-2014 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.
Expand All @@ -15,12 +15,8 @@
*/
package org.springframework.data.mongodb.config;

import static org.hamcrest.Matchers.hasItem;
import static org.hamcrest.Matchers.hasSize;
import static org.hamcrest.Matchers.instanceOf;
import static org.hamcrest.Matchers.is;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertThat;
import static org.hamcrest.Matchers.*;
import static org.junit.Assert.*;

import java.net.InetAddress;
import java.net.UnknownHostException;
Expand Down

0 comments on commit 8e11fe8

Please sign in to comment.