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

org.apache.juli.logging.ch.qos.logback.core.model.conditional.ThenModel Maven / Gradle / Ivy

There is a newer version: 9.0.88
Show newest version
package org.apache.juli.logging.ch.qos.logback.core.model.conditional;

import org.apache.juli.logging.ch.qos.logback.core.model.Model;

public class ThenModel extends Model  {

    private static final long serialVersionUID = -3264631638136701741L;
   
    @Override
    protected ThenModel makeNewInstance() {
        return new ThenModel();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy