From 9d76c987916c776b31154ab8b9d75a215e2bf3d4 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 12 Jun 2018 20:47:49 -0500 Subject: [PATCH] Fix Checkstyle Issue: gh-5323 --- .../security/crypto/junit/Assumptions.java | 23 ++++++++----------- .../security/crypto/junit/JdkVersion.java | 23 ++++++++----------- 2 files changed, 20 insertions(+), 26 deletions(-) diff --git a/crypto/src/test/java/org/springframework/security/crypto/junit/Assumptions.java b/crypto/src/test/java/org/springframework/security/crypto/junit/Assumptions.java index b3b3e3a680..88a073aec8 100644 --- a/crypto/src/test/java/org/springframework/security/crypto/junit/Assumptions.java +++ b/crypto/src/test/java/org/springframework/security/crypto/junit/Assumptions.java @@ -1,20 +1,17 @@ /* + * Copyright 2002-2017 the original author or authors. * - * * Copyright 2002-2018 the original author or authors. - * * - * * Licensed under the Apache License, Version 2.0 (the "License"); - * * you may not use this file except in compliance with the License. - * * You may obtain a copy of the License at - * * - * * http://www.apache.org/licenses/LICENSE-2.0 - * * - * * Unless required by applicable law or agreed to in writing, software - * * distributed under the License is distributed on an "AS IS" BASIS, - * * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * * See the License for the specific language governing permissions and - * * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * + * http://www.apache.org/licenses/LICENSE-2.0 * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.security.crypto.junit; diff --git a/crypto/src/test/java/org/springframework/security/crypto/junit/JdkVersion.java b/crypto/src/test/java/org/springframework/security/crypto/junit/JdkVersion.java index a6dceb8f32..351c8f2c46 100644 --- a/crypto/src/test/java/org/springframework/security/crypto/junit/JdkVersion.java +++ b/crypto/src/test/java/org/springframework/security/crypto/junit/JdkVersion.java @@ -1,20 +1,17 @@ /* + * Copyright 2002-2017 the original author or authors. * - * * Copyright 2002-2018 the original author or authors. - * * - * * Licensed under the Apache License, Version 2.0 (the "License"); - * * you may not use this file except in compliance with the License. - * * You may obtain a copy of the License at - * * - * * http://www.apache.org/licenses/LICENSE-2.0 - * * - * * Unless required by applicable law or agreed to in writing, software - * * distributed under the License is distributed on an "AS IS" BASIS, - * * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * * See the License for the specific language governing permissions and - * * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * + * http://www.apache.org/licenses/LICENSE-2.0 * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.security.crypto.junit;