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

com.zhangyingwei.cockroach.common.generators.NoCookieGenerator Maven / Gradle / Ivy

There is a newer version: 1.0.6-Beta
Show newest version
package com.zhangyingwei.cockroach.common.generators;

import com.zhangyingwei.cockroach.executer.Task;

/**
 * Created by zhangyw on 2017/12/19.
 */
public class NoCookieGenerator implements StringGenerator {
    @Override
    public String get(Task task) {
        return null;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy