NIFI-6758 fixing checkstyle issues

This commit is contained in:
Joe Witt 2019-10-10 15:04:16 -04:00
parent 7db6ba841f
commit a273ff10f9
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
1 changed files with 4 additions and 4 deletions

View File

@ -202,8 +202,8 @@ public final class NarUnpacker {
/**
* Creates a map containing the nar directory mapped to it's bundle-coordinate.
* @param extensionsWorkingDir
* @return
* @param extensionsWorkingDir where to find extensions
* @return map of coordinates for bundles
*/
private static Map<File, BundleCoordinate> createUnpackedNarBundleCoordinateMap(File extensionsWorkingDir) {
Map<File, BundleCoordinate> result = new HashMap<>();