Fix Java 8 Javadoc compatibility

Update Javadocs to fix errors caused by Java 8 aggressive linting.

Fixes gh-2233
This commit is contained in:
Phillip Webb
2015-02-02 12:02:36 -08:00
parent 93d533dfa6
commit ccdbfd274f
64 changed files with 489 additions and 88 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2014 the original author or authors.
* Copyright 2012-2015 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.
@@ -16,11 +16,11 @@
package org.springframework.boot.gradle;
import org.gradle.api.Plugin;
import org.gradle.api.Project;
/**
* A specific set of {@link Plugin} features applied via the {@link SpringBootPlugin}.
* A specific set of {@code org.gradle.api.Plugin} features applied via the
* {@code SpringBootPlugin}.
*
* @author Phillip Webb
*/