[java-metadata-aggregator] branch main updated: Fix documentation typo
Ian Young
ian at iay.org.uk
Thu Oct 20 13:34:41 UTC 2022
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=4a88e564f56e402d72005eb688d7c9a77b8f3d78
The following commit(s) were added to refs/heads/main by this push:
new 4a88e56 Fix documentation typo
4a88e56 is described below
commit 4a88e564f56e402d72005eb688d7c9a77b8f3d78
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Oct 20 14:29:48 2022 +0100
Fix documentation typo
---
mda-framework/src/main/java/net/shibboleth/metadata/ItemMetadata.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mda-framework/src/main/java/net/shibboleth/metadata/ItemMetadata.java b/mda-framework/src/main/java/net/shibboleth/metadata/ItemMetadata.java
index 02ba572..0707744 100644
--- a/mda-framework/src/main/java/net/shibboleth/metadata/ItemMetadata.java
+++ b/mda-framework/src/main/java/net/shibboleth/metadata/ItemMetadata.java
@@ -22,8 +22,8 @@ import javax.annotation.concurrent.Immutable;
/**
* Additional information associated with an {@link Item} while it is being worked with.
*
- * Implementations of this class <strong>MUST</strong> be immutable. When an {@link Item} is cloned, the clone will
- * reference the same {@link ItemMetadata} objects as the original.
+ * <p>Implementations of this interface <strong>MUST</strong> be immutable. When an {@link Item} is cloned,
+ * the clone will reference the same {@link ItemMetadata} objects as the original.</p>
*/
@Immutable
public interface ItemMetadata {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list