Skip to content
Snippets Groups Projects
DirectoryInterface.java 107 B
Newer Older
  • Learn to ignore specific revisions
  • MEDEDJI Setondji's avatar
    MEDEDJI Setondji committed
    package automaticmocking;
    
    public interface DirectoryInterface {
        String getMatch(String identifier);
    }