[spring-extensions] branch master updated: Fix javadoc.

Scott Cantor cantor.2 at osu.edu
Wed Jul 15 17:10:19 UTC 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository spring-extensions.

View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=232c53a35502ae805c09503f38a7d5b104c03180

The following commit(s) were added to refs/heads/master by this push:
       new  232c53a   Fix javadoc.
232c53a is described below

commit 232c53a35502ae805c09503f38a7d5b104c03180
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jul 15 13:10:45 2020 -0400

    Fix javadoc.
---
 .../net/shibboleth/ext/spring/util/ApplicationContextBuilder.java   | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/main/java/net/shibboleth/ext/spring/util/ApplicationContextBuilder.java b/src/main/java/net/shibboleth/ext/spring/util/ApplicationContextBuilder.java
index 6e055cd..f4f25b2 100644
--- a/src/main/java/net/shibboleth/ext/spring/util/ApplicationContextBuilder.java
+++ b/src/main/java/net/shibboleth/ext/spring/util/ApplicationContextBuilder.java
@@ -271,7 +271,7 @@ public class ApplicationContextBuilder {
     }
     
     /**
-     * Set a custom {@link ConversionService} to use.
+     * Set the parent context.
      * 
      * @param context parent context
      * 
@@ -283,9 +283,8 @@ public class ApplicationContextBuilder {
         return this;
     }
     
-// Checkstyle: CyclomaticComplexity OFF
     /**
-     * Build the context.
+     * Build a {@link GenericApplicationContext} context.
      * 
      * @return the built context, initialized and loaded
      */
@@ -344,6 +343,5 @@ public class ApplicationContextBuilder {
         context.refresh();
         return context;
     }
-// Checkstyle: CyclomaticComplexity ON
     
 }
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list