Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-9.4.x-3278-empty-resourcecollection
This commit is contained in:
commit
1150f20ed9
|
@ -24,7 +24,6 @@ import java.util.Arrays;
|
|||
import java.util.Collection;
|
||||
import java.util.Iterator;
|
||||
import java.util.Map;
|
||||
import java.util.stream.Collectors;
|
||||
import java.util.stream.Stream;
|
||||
|
||||
import org.eclipse.jetty.util.annotation.ManagedObject;
|
||||
|
@ -46,7 +45,7 @@ public interface Dumpable
|
|||
* The indent should not be applied to the first object dumped.
|
||||
* @param out The appendable to dump to
|
||||
* @param indent The indent to apply after any new lines.
|
||||
* @throws IOException
|
||||
* @throws IOException if unable to write to Appendable
|
||||
*/
|
||||
void dump(Appendable out,String indent) throws IOException;
|
||||
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -539,8 +539,7 @@
|
|||
<show>protected</show>
|
||||
<excludePackageNames>com.acme.*;org.slf4j.*;org.mortbay.*</excludePackageNames>
|
||||
<links>
|
||||
<link>http://docs.oracle.com/javase/8/docs/api/</link>
|
||||
<link>http://docs.oracle.com/javaee/7/api/</link>
|
||||
<link>https://docs.oracle.com/javase/8/docs/api/</link>
|
||||
</links>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue