mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 16:54:29 +02:00
implement shortcut for API equality checking, fixes #18
This commit is contained in:
@@ -23,5 +23,5 @@ public interface AnalysisCallback
|
||||
/** Called after the source at the given location has been processed. */
|
||||
public void endSource(File sourcePath);
|
||||
/** Called when the public API of a source file is extracted. */
|
||||
public void api(File sourceFile, xsbti.api.Source source);
|
||||
public void api(File sourceFile, xsbti.api.SourceAPI source);
|
||||
}
|
||||
Reference in New Issue
Block a user