#342 - Expanded copyright headers to 2018.

Removed trailing whitespace in touched files.
This commit is contained in:
Oliver Gierke
2018-02-22 11:42:36 +01:00
parent 20c910183e
commit d854c6d084
351 changed files with 654 additions and 654 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2016 the original author or authors.
* Copyright 2014-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.
@@ -29,7 +29,7 @@ import org.springframework.test.context.junit4.SpringRunner;
/**
* Integration tests showing the text search functionality using repositories.
*
*
* @author Christoph Strobl
* @author Oliver Gierke
* @author Thomas Darimont

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2016 the original author or authors.
* Copyright 2014-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.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014 the original author or authors.
* Copyright 2014-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.
@@ -26,7 +26,7 @@ import example.springdata.mongodb.textsearch.BlogPost;
/**
* Component to initialize {@link BlogPost}s by accessing the latest ones from the Spring blog.
*
*
* @author Christoph Strobl
* @author Oliver Gierke
*/
@@ -37,7 +37,7 @@ public enum BlogPostInitializer {
/**
* Initializes the given {@link MongoOperations} with {@link BlogPost}s from the Spring Blog.
*
*
* @param operations must not be {@literal null}.
* @throws Exception
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014 the original author or authors.
* Copyright 2014-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.
@@ -23,7 +23,7 @@ import example.springdata.mongodb.textsearch.BlogPost;
/**
* Just a little helper for showing {@link BlogPost}s output on the console.
*
*
* @author Christoph Strobl
*/
public class ConsoleResultPrinter {