[java-metadata-aggregator] 04/09: Fix Javadoc
Ian Young
ian at iay.org.uk
Wed Oct 5 05:34:47 EDT 2016
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=7658000f1ec22795ca0e5ae395b324fee1c790d7
commit 7658000f1ec22795ca0e5ae395b324fee1c790d7
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Aug 29 15:45:07 2016 +0100
Fix Javadoc
(cherry picked from commit 815e78c04f624e193d9217cfc9f140c3c0bf674a)
---
.../shibboleth/metadata/pipeline/MultiOutputSerializationStage.java | 6 +++---
.../net/shibboleth/metadata/util/PathSegmentStringTransformer.java | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/aggregator-pipeline/src/main/java/net/shibboleth/metadata/pipeline/MultiOutputSerializationStage.java b/aggregator-pipeline/src/main/java/net/shibboleth/metadata/pipeline/MultiOutputSerializationStage.java
index 0c03f11..1ba0da6 100644
--- a/aggregator-pipeline/src/main/java/net/shibboleth/metadata/pipeline/MultiOutputSerializationStage.java
+++ b/aggregator-pipeline/src/main/java/net/shibboleth/metadata/pipeline/MultiOutputSerializationStage.java
@@ -52,10 +52,10 @@ import net.shibboleth.utilities.java.support.logic.Constraint;
public class MultiOutputSerializationStage<T> extends BaseStage<T> {
/**
- * Interface implemented by destination objects created by a {@link Strategy}.
+ * Interface implemented by destination objects created by an {@link OutputStrategy}.
*
- * The {@Destination} must be closed after the associated {@OutputStream}. This
- * extra level of processing allows the {@Destination} to perform other tasks
+ * The {@link Destination} must be closed after the associated {@link OutputStream}. This
+ * extra level of processing allows the {@link Destination} to perform other tasks
* after the stream is closed without having to subclass or proxy the stream
* class.
*/
diff --git a/aggregator-pipeline/src/main/java/net/shibboleth/metadata/util/PathSegmentStringTransformer.java b/aggregator-pipeline/src/main/java/net/shibboleth/metadata/util/PathSegmentStringTransformer.java
index 18de7e6..da542c3 100644
--- a/aggregator-pipeline/src/main/java/net/shibboleth/metadata/util/PathSegmentStringTransformer.java
+++ b/aggregator-pipeline/src/main/java/net/shibboleth/metadata/util/PathSegmentStringTransformer.java
@@ -26,7 +26,7 @@ import com.google.common.net.UrlEscapers;
* A {@link Function} that transforms a {@link String} such that it can be used
* as a path segment in a URL.
*
- * Note that this is emphatically <i>not</u> the same as {@link java.net.URLEncoder},
+ * Note that this is emphatically <i>not</i> the same as {@link java.net.URLEncoder},
* which is intended for the query parameter use case.
*/
public class PathSegmentStringTransformer implements Function<String, String> {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list