[java-identity-provider COMMIT] /trunk/idp-core/src/main/java/net/shibboleth/idp/spring/IdPPropertiesApplicationConte...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Nov 4 10:45:04 EST 2015
Author: tzeller
Date: Wed Nov 4 10:45:03 2015
New Revision: 7929
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7929&view=rev
Log:
Formatting.
Modified:
trunk/idp-core/src/main/java/net/shibboleth/idp/spring/IdPPropertiesApplicationContextInitializer.java
Modified: trunk/idp-core/src/main/java/net/shibboleth/idp/spring/IdPPropertiesApplicationContextInitializer.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-core/src/main/java/net/shibboleth/idp/spring/IdPPropertiesApplicationContextInitializer.java?rev=7929&r1=7928&r2=7929&view=diff
==============================================================================
--- trunk/idp-core/src/main/java/net/shibboleth/idp/spring/IdPPropertiesApplicationContextInitializer.java (original)
+++ trunk/idp-core/src/main/java/net/shibboleth/idp/spring/IdPPropertiesApplicationContextInitializer.java Wed Nov 4 10:45:03 2015
@@ -47,12 +47,12 @@
* context environment. The 'conf/idp.properties' file is searched for in well known locations. The 'idp.home' property
* will be set to the normalized search location if the properties file is found and the property is not already set.
*/
-public class IdPPropertiesApplicationContextInitializer implements
- ApplicationContextInitializer<ConfigurableApplicationContext> {
+public class IdPPropertiesApplicationContextInitializer
+ implements ApplicationContextInitializer<ConfigurableApplicationContext> {
/** IdP home property. */
@Nonnull @NotEmpty public static final String IDP_HOME_PROPERTY = "idp.home";
-
+
/** Property that points to more property sources. */
@Nonnull @NotEmpty public static final String IDP_ADDITIONAL_PROPERTY = "idp.additionalProperties";
@@ -60,10 +60,7 @@
@Nonnull public static final String IDP_PROPERTIES = "/conf/idp.properties";
/** Well known search locations. */
- @Nonnull public static final String[] SEARCH_LOCATIONS =
- {
- "/opt/shibboleth-idp",
- };
+ @Nonnull public static final String[] SEARCH_LOCATIONS = {"/opt/shibboleth-idp",};
/** Class logger. */
@Nonnull private final Logger log = LoggerFactory.getLogger(IdPPropertiesApplicationContextInitializer.class);
@@ -198,7 +195,7 @@
}
}
}
-
+
/**
* Log property names and values at debug level, suppressing properties whose name matches 'password'.
*
More information about the commits
mailing list