[java-support] 01/02: Remove inaccurate javadoc comment.
Ian Young
ian at iay.org.uk
Fri Nov 10 06:47:09 EST 2017
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=b397f2da439f9ee4195cb9fe939823babebcea98
commit b397f2da439f9ee4195cb9fe939823babebcea98
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 6 16:03:14 2017 -0500
Remove inaccurate javadoc comment.
---
.../support/component/AbstractIdentifiedInitializableComponent.java | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/main/java/net/shibboleth/utilities/java/support/component/AbstractIdentifiedInitializableComponent.java b/src/main/java/net/shibboleth/utilities/java/support/component/AbstractIdentifiedInitializableComponent.java
index 8ac4501..4cd7c3e 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/component/AbstractIdentifiedInitializableComponent.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/component/AbstractIdentifiedInitializableComponent.java
@@ -27,9 +27,6 @@ import net.shibboleth.utilities.java.support.primitive.StringSupport;
/**
* Simple implementation of {@link InitializableComponent} and {@link IdentifiedComponent}.
- *
- * Note, this class synchronizes the {@link #setId(String)} method and, if the component is already initialized this
- * method is treated as no-op.
*/
public abstract class AbstractIdentifiedInitializableComponent extends AbstractInitializableComponent implements
IdentifiedComponent {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list