blob: bfa3c72499e2535d0884682096d9a6a01ab07b8b [file] [log] [blame]
package com.intellij.vcs.log;
/**
* Marker interface indicating that this is a filter for the VCS log.
*/
public interface VcsLogFilter {
}