Reduce warnings reported by Eclipse
Closes gh-41598
This commit is contained in:
@@ -264,6 +264,12 @@ public abstract class Packager {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Writes a signature file if necessary for the given {@code writtenLibraries}.
|
||||
* @param writtenLibraries the libraries
|
||||
* @param writer the writer to use to write the signature file if necessary
|
||||
* @throws IOException if a failure occurs when writing the signature file
|
||||
*/
|
||||
protected void writeSignatureFileIfNecessary(Map<String, Library> writtenLibraries, AbstractJarWriter writer)
|
||||
throws IOException {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user