Remove unnecessary SuppressWarnings annotation on the writeProcessControlFile(..) method.
Format source code.
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user