
com.github.volodya_lombrozo.conventional_commit_linter.commit.Commits Maven / Gradle / Ivy
package com.github.volodya_lombrozo.conventional_commit_linter.commit;
import java.io.IOException;
import java.util.Deque;
public interface Commits {
Commit last() throws IOException;
Deque toQueue() throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy