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

org.slf4j.migrator.line.EmptyRuleSet Maven / Gradle / Ivy

There is a newer version: 2.1.0-alpha1
Show newest version
package org.slf4j.migrator.line;

import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;

public class EmptyRuleSet implements RuleSet {

  List list = new ArrayList();
  
  public Iterator iterator() {
    return list.iterator();
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy