Skip to content

Commit 5fd9219

Browse files
committed
Javadoc
1 parent 833a46a commit 5fd9219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/commons/compress/utils/ServiceLoaderIterator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/**
2828
* Iterates all services for a given class through the standard {@link ServiceLoader} mechanism.
2929
*
30-
* @param <E> The service to load
30+
* @param <E> The service to load.
3131
* @since 1.13
3232
* @deprecated No longer used.
3333
*/
@@ -52,7 +52,7 @@ public ServiceLoaderIterator(final Class<E> service) {
5252
*
5353
* @param service The interface or abstract class representing the service.
5454
* @param classLoader The class loader to be used to load provider-configuration files and provider classes, or {@code null} if the system class loader (or,
55-
* failing that, the bootstrap class loader) is to be used
55+
* failing that, the bootstrap class loader) is to be used.
5656
*/
5757
public ServiceLoaderIterator(final Class<E> service, final ClassLoader classLoader) {
5858
this.service = service;

0 commit comments

Comments
 (0)