[java-support] branch maint-7 updated: Remove inaccurate javadoc comment.
Scott Cantor
cantor.2 at osu.edu
Mon Nov 6 16:03:16 EST 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-7
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=973ee6a5f4e1338a4f82be74ae087d104d57032d
The following commit(s) were added to refs/heads/maint-7 by this push:
new 973ee6a Remove inaccurate javadoc comment.
973ee6a is described below
commit 973ee6a5f4e1338a4f82be74ae087d104d57032d
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