Remove use of @since

This commit is contained in:
Stephane Nicoll
2017-01-27 10:11:33 +01:00
parent 5ca1d4d128
commit 1aa10d39b0
68 changed files with 65 additions and 133 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2016 the original author or authors.
* Copyright 2012-2017 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.
@@ -25,7 +25,6 @@ import static org.junit.Assert.assertTrue
* Very simple assertions for the gradle build.
*
* @author Stephane Nicoll
* @since 1.0
*/
class GradleBuildAssert {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2016 the original author or authors.
* Copyright 2012-2017 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.
@@ -37,7 +37,6 @@ import static org.junit.Assert.assertTrue
* XPath assertions that are specific to a standard Maven POM.
*
* @author Stephane Nicoll
* @since 1.0
*/
class PomAssert {

View File

@@ -23,7 +23,6 @@ import static org.junit.Assert.assertTrue
* Various project based assertions.
*
* @author Stephane Nicoll
* @since 1.0
*/
class ProjectAssert {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2016 the original author or authors.
* Copyright 2012-2017 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,6 @@ import static org.junit.Assert.assertTrue
* Source code assertions.
*
* @author Stephane Nicoll
* @since 1.0
*/
class SourceCodeAssert {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2016 the original author or authors.
* Copyright 2012-2017 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,6 @@ import io.spring.initializr.metadata.Type
* Easily create a {@link InitializrMetadata} instance for testing purposes.
*
* @author Stephane Nicoll
* @since 1.0
*/
class InitializrMetadataTestBuilder {