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

org.javers.core.diff.EmptyGraph Maven / Gradle / Ivy

package org.javers.core.diff;

import org.javers.core.graph.ObjectGraph;

import java.util.Collections;

class EmptyGraph extends ObjectGraph {
    EmptyGraph() {
        super(Collections.emptySet());
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy