All Downloads are FREE. Search and download functionalities are using the official Maven repository.

top.jfunc.http.component.CloseNoneCloser Maven / Gradle / Ivy

package top.jfunc.http.component;

import java.io.Closeable;
import java.io.IOException;

/**
 * @author xiongshiyan at 2020/1/21 , contact me with email [email protected] or phone 15208384257
 */
public class CloseNoneCloser implements Closer {
    @Override
    public void close(Closeable closeable) throws IOException {
        // DO NOTHING TO CLOSE NONE
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy