From 801ae6467f6c0ec14794602e043818d26865a89a Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Wed, 10 May 2023 09:39:40 -0600 Subject: [PATCH] Address JavaFormat Violations in Integration Tests OpenLdap Issue gh-743 --- .../DigestMd5ContextSourceEc2InstanceLaunchingFactoryBean.java | 1 + .../ldap/TlsContextSourceEc2InstanceLaunchingFactoryBean.java | 1 + .../src/main/java/org/springframework/ldap/control/Person.java | 1 + .../ldap/itest/core/LdapTemplateSearchResultITests.java | 1 + .../ldap/itest/core/support/DigestMd5AuthenticationITests.java | 1 + 5 files changed, 5 insertions(+) diff --git a/test/integration-tests-openldap/src/main/java/org/springframework/ldap/DigestMd5ContextSourceEc2InstanceLaunchingFactoryBean.java b/test/integration-tests-openldap/src/main/java/org/springframework/ldap/DigestMd5ContextSourceEc2InstanceLaunchingFactoryBean.java index 2284a42c..737c5edd 100644 --- a/test/integration-tests-openldap/src/main/java/org/springframework/ldap/DigestMd5ContextSourceEc2InstanceLaunchingFactoryBean.java +++ b/test/integration-tests-openldap/src/main/java/org/springframework/ldap/DigestMd5ContextSourceEc2InstanceLaunchingFactoryBean.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.springframework.ldap; import org.springframework.ldap.core.support.DigestMd5DirContextAuthenticationStrategy; diff --git a/test/integration-tests-openldap/src/main/java/org/springframework/ldap/TlsContextSourceEc2InstanceLaunchingFactoryBean.java b/test/integration-tests-openldap/src/main/java/org/springframework/ldap/TlsContextSourceEc2InstanceLaunchingFactoryBean.java index 2b76a791..d16d111c 100644 --- a/test/integration-tests-openldap/src/main/java/org/springframework/ldap/TlsContextSourceEc2InstanceLaunchingFactoryBean.java +++ b/test/integration-tests-openldap/src/main/java/org/springframework/ldap/TlsContextSourceEc2InstanceLaunchingFactoryBean.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.springframework.ldap; import javax.net.ssl.HostnameVerifier; diff --git a/test/integration-tests-openldap/src/main/java/org/springframework/ldap/control/Person.java b/test/integration-tests-openldap/src/main/java/org/springframework/ldap/control/Person.java index 5df091ee..b4f48805 100644 --- a/test/integration-tests-openldap/src/main/java/org/springframework/ldap/control/Person.java +++ b/test/integration-tests-openldap/src/main/java/org/springframework/ldap/control/Person.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.springframework.ldap.control; import org.apache.commons.lang.builder.EqualsBuilder; diff --git a/test/integration-tests-openldap/src/test/java/org/springframework/ldap/itest/core/LdapTemplateSearchResultITests.java b/test/integration-tests-openldap/src/test/java/org/springframework/ldap/itest/core/LdapTemplateSearchResultITests.java index aa5f4473..93ae9445 100644 --- a/test/integration-tests-openldap/src/test/java/org/springframework/ldap/itest/core/LdapTemplateSearchResultITests.java +++ b/test/integration-tests-openldap/src/test/java/org/springframework/ldap/itest/core/LdapTemplateSearchResultITests.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.springframework.ldap.itest.core; import java.util.List; diff --git a/test/integration-tests-openldap/src/test/java/org/springframework/ldap/itest/core/support/DigestMd5AuthenticationITests.java b/test/integration-tests-openldap/src/test/java/org/springframework/ldap/itest/core/support/DigestMd5AuthenticationITests.java index 7a7c9ebe..c7942b4d 100644 --- a/test/integration-tests-openldap/src/test/java/org/springframework/ldap/itest/core/support/DigestMd5AuthenticationITests.java +++ b/test/integration-tests-openldap/src/test/java/org/springframework/ldap/itest/core/support/DigestMd5AuthenticationITests.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.springframework.ldap.itest.core.support; import javax.naming.directory.DirContext;