Polish
This commit is contained in:
@@ -21,7 +21,7 @@ import org.springframework.boot.configurationsample.ReadOperation;
|
||||
import org.springframework.lang.Nullable;
|
||||
|
||||
/**
|
||||
* An meta-annotated endpoint similar to {@code @WebEndpoint} or {@code @JmxEndpoint} in
|
||||
* A meta-annotated endpoint similar to {@code @WebEndpoint} or {@code @JmxEndpoint} in
|
||||
* Spring Boot. Also with a package private read operation that has an optional argument.
|
||||
*
|
||||
* @author Stephane Nicoll
|
||||
|
||||
@@ -19,7 +19,7 @@ package org.springframework.boot.configurationsample.endpoint.incremental;
|
||||
import org.springframework.boot.configurationsample.MetaEndpoint;
|
||||
|
||||
/**
|
||||
* An meta-annotated endpoint similar to {@code @WebEndpoint} or {@code @JmxEndpoint} in
|
||||
* A meta-annotated endpoint similar to {@code @WebEndpoint} or {@code @JmxEndpoint} in
|
||||
* Spring Boot.
|
||||
*
|
||||
* @author Stephane Nicoll
|
||||
|
||||
@@ -47,7 +47,7 @@ import org.apache.commons.compress.archivers.jar.JarArchiveOutputStream;
|
||||
import org.apache.commons.compress.archivers.zip.UnixStat;
|
||||
|
||||
/**
|
||||
* Writes JAR content, ensuring valid directory entries are always create and duplicate
|
||||
* Writes JAR content, ensuring valid directory entries are always created and duplicate
|
||||
* items are ignored.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
@@ -247,7 +247,7 @@ public class JarWriter implements LoaderClassesWriter, AutoCloseable {
|
||||
}
|
||||
|
||||
/**
|
||||
* Perform the actual write of a {@link JarEntry}. All other {@code write} methods
|
||||
* Perform the actual write of a {@link JarEntry}. All other write methods
|
||||
* delegate to this one.
|
||||
* @param entry the entry to write
|
||||
* @param entryWriter the entry writer or {@code null} if there is no content
|
||||
|
||||
Reference in New Issue
Block a user