Fix javadocs warnings
fixes gh-1578
This commit is contained in:
@@ -27,8 +27,6 @@ import org.springframework.context.annotation.Import;
|
||||
|
||||
/**
|
||||
* @author Dave Syer
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
@Target(ElementType.TYPE)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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=
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user