[spring-extensions] branch main updated: Javadoc bug.
Scott Cantor
cantor.2 at osu.edu
Thu Jul 14 13:49:04 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=de7a47724d36908051b58e41d28a78e084549ebf
The following commit(s) were added to refs/heads/main by this push:
new de7a477 Javadoc bug.
de7a477 is described below
commit de7a47724d36908051b58e41d28a78e084549ebf
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jul 14 09:48:58 2022 -0400
Javadoc bug.
---
.project | 4 ++--
.settings/org.eclipse.wst.validation.prefs | 2 ++
.../ext/spring/factory/AbstractComponentAwareFactoryBean.java | 7 +------
3 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/.project b/.project
index cd58b6c..a64d7de 100644
--- a/.project
+++ b/.project
@@ -26,12 +26,12 @@
</arguments>
</buildCommand>
<buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
+ <name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
- <name>org.eclipse.wst.validation.validationbuilder</name>
+ <name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
diff --git a/.settings/org.eclipse.wst.validation.prefs b/.settings/org.eclipse.wst.validation.prefs
new file mode 100644
index 0000000..04cad8c
--- /dev/null
+++ b/.settings/org.eclipse.wst.validation.prefs
@@ -0,0 +1,2 @@
+disabled=06target
+eclipse.preferences.version=1
diff --git a/src/main/java/net/shibboleth/ext/spring/factory/AbstractComponentAwareFactoryBean.java b/src/main/java/net/shibboleth/ext/spring/factory/AbstractComponentAwareFactoryBean.java
index a872bea..009c43d 100644
--- a/src/main/java/net/shibboleth/ext/spring/factory/AbstractComponentAwareFactoryBean.java
+++ b/src/main/java/net/shibboleth/ext/spring/factory/AbstractComponentAwareFactoryBean.java
@@ -25,12 +25,7 @@ import net.shibboleth.utilities.java.support.component.DestructableComponent;
import net.shibboleth.utilities.java.support.component.InitializableComponent;
/**
- * A Factory bean which is aware of {@link net.shibboleth.utiliti
-
-BeanCreationException;
-import org.springframework.beans.factory.config.AbstractFactoryBean;
-
-import net.shibboleth.utilities.java.support.component.Destrues.java.support.component.DestructableComponent}.
+ * A Factory bean which is aware of the component lifecycle interfaces.
*
* @param <T> The type to implement
*/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list