Fix javadocs warnings

fixes gh-1578
This commit is contained in:
Walliee
2020-03-16 00:40:03 -04:00
committed by Spencer Gibb
parent 0771829dc3
commit 8ce0201c3e
7 changed files with 11 additions and 12 deletions

View File

@@ -27,8 +27,6 @@ import org.springframework.context.annotation.Import;
/**
* @author Dave Syer
* @author
*
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)

View File

@@ -26,9 +26,10 @@ import org.springframework.cloud.config.environment.Environment;
import org.springframework.stereotype.Component;
/**
* @{link org.springframework.cloud.config.server.encryption.ResourceEncryptor}
* {@link org.springframework.cloud.config.server.encryption.ResourceEncryptor}
* implementation that can decrypt property values prefixed with {cipher} marker in a JSON
* file.
*
* @author Sean Stiglitz
*/
@Component

View File

@@ -28,9 +28,10 @@ import org.springframework.cloud.config.environment.Environment;
import org.springframework.stereotype.Component;
/**
* @{link org.springframework.cloud.config.server.encryption.ResourceEncryptor}
* {@link org.springframework.cloud.config.server.encryption.ResourceEncryptor}
* implementation that can decrypt property values prefixed with {cipher} marker in a
* Properties file.
*
* @author Sean Stiglitz
*/
@Component

View File

@@ -26,9 +26,10 @@ import org.springframework.cloud.config.environment.Environment;
import org.springframework.stereotype.Component;
/**
* @{link org.springframework.cloud.config.server.encryption.ResourceEncryptor}
* {@link org.springframework.cloud.config.server.encryption.ResourceEncryptor}
* implementation that can decrypt property values prefixed with {cipher} marker in a YAML
* file.
*
* @author Sean Stiglitz
*/
@Component

View File

@@ -182,6 +182,8 @@ public class GenericResourceRepository
* <li>Any combination of leading slash and control characters (00-1F and 7F) with a
* single "/" or "". For example {@code " / // foo/bar"} becomes {@code "/foo/bar"}.
* </ul>
* @param path path to process
* @return the processed path
* @since 3.2.12
*/
protected String processPath(String path) {

View File

@@ -33,11 +33,9 @@ import static java.util.stream.Collectors.toMap;
/**
* Provides credentials for Google Cloud Source repositories by adding a
* {@code Authenticate} http header.
* <p/>
* It does so by acting as a transport configurer. If a transport instance targets a
* Google Cloud Source repository, this implementation retrieves Google Cloud application
* default credentials and adds them as a http header.
* {@code Authenticate} http header. It does so by acting as a transport configurer. If a
* transport instance targets a Google Cloud Source repository, this implementation
* retrieves Google Cloud application default credentials and adds them as a http header.
*
* @author Eduard Wirch
* @see <a href=

View File

@@ -46,7 +46,6 @@ public class PassphraseCredentialsProvider extends CredentialsProvider {
/**
* {@inheritDoc}
* @return
*/
@Override
public boolean isInteractive() {
@@ -55,7 +54,6 @@ public class PassphraseCredentialsProvider extends CredentialsProvider {
/**
* {@inheritDoc}
* @return
*/
@Override
public boolean supports(CredentialItem... items) {