Reduce warnings reported by Eclipse

Closes gh-41598
This commit is contained in:
Andy Wilkinson
2024-07-24 21:31:14 +01:00
parent f9f530ddaa
commit 5f666eec5b
31 changed files with 154 additions and 141 deletions

View File

@@ -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 {
}