Remove unnecessary SuppressWarnings annotation on the writeProcessControlFile(..) method.

Format source code.
This commit is contained in:
John Blum
2019-11-20 18:41:51 -08:00
parent 613cd7612f
commit 512b352ac2

View File

@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.session.data.gemfire; package org.springframework.session.data.gemfire;
import static java.util.Arrays.stream; import static java.util.Arrays.stream;
@@ -263,7 +262,6 @@ public abstract class AbstractGemFireIntegrationTests extends ForkingClientServe
.start(); .start();
} }
@SuppressWarnings("all")
protected static File writeProcessControlFile(File path) throws IOException { protected static File writeProcessControlFile(File path) throws IOException {
assertThat(path != null && path.isDirectory()).isTrue(); assertThat(path != null && path.isDirectory()).isTrue();